|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <notify.h>
Data Fields | |
| notify_callback_t | callback |
| void * | context |
| uint32_t | priority |
| uint32_t | flags |
| struct notifier * | next |
| notify_callback_t notifier::callback |
Definition at line 30 of file notify.h.
Referenced by notify_call(), and notify_register().
| void* notifier::context |
Definition at line 31 of file notify.h.
Referenced by notify_call(), and notify_register().
| uint32_t notifier::flags |
Definition at line 33 of file notify.h.
Referenced by notify_register().
| struct notifier* notifier::next |
Definition at line 34 of file notify.h.
Referenced by notify_call().
| uint32_t notifier::priority |
Definition at line 32 of file notify.h.
Referenced by notify_register().