PatchworkOS
Loading...
Searching...
No Matches
syscall_descriptor_t Struct Reference

A syscall descriptor. More...

#include <syscalls.h>

Data Fields

uint32_t number
 
void * handler
 

Detailed Description

A syscall descriptor.

Describes a single syscall, its number and the function pointer to the handler.

Definition at line 74 of file syscalls.h.

Field Documentation

◆ handler

void* syscall_descriptor_t::handler

Definition at line 77 of file syscalls.h.

Referenced by syscall_handler().

◆ number

uint32_t syscall_descriptor_t::number

Definition at line 76 of file syscalls.h.

Referenced by syscall_descriptor_cmp().


The documentation for this struct was generated from the following file: