|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <notify.h>
Data Fields | |
| uint64_t | hash |
| kstring | name |
| atomic_t | refcount |
| struct notify_chain | chain |
| struct notify_dev * | next |
| volatile uint64_t | event_received |
| struct notify_chain notify_dev::chain |
| volatile uint64_t notify_dev::event_received |
Definition at line 58 of file notify.h.
Referenced by wait_until_receive_notify().
| struct notify_dev* notify_dev::next |
| atomic_t notify_dev::refcount |
Definition at line 55 of file notify.h.
Referenced by notify_dev_put().