|
XenevaOS
|
#include <postbox.h>

Public Attributes | |
| uint64_t * | address |
| uint16_t | ownerID |
| int | headIdx |
| int | tailIdx |
| bool | full |
| uint16_t | size |
| struct _postbox_ * | next |
| struct _postbox_ * | prev |
| uint64_t* _postbox_::address |
| bool _postbox_::full |
| int _postbox_::headIdx |
| struct _postbox_* _postbox_::next |
| uint16_t _postbox_::ownerID |
| struct _postbox_* _postbox_::prev |
| uint16_t _postbox_::size |
| int _postbox_::tailIdx |