#include <kernel_types.h>
Public Attributes | |
| union { | |
| Uint32 data [GLOBAL_PAGE_SIZE/sizeof(Uint32)] | |
| Uint32 nextPool | |
| }; | |
Definition at line 44 of file kernel_types.h.
| union { ... } |
| Uint32 GlobalPage::data[GLOBAL_PAGE_SIZE/sizeof(Uint32)] |
Definition at line 47 of file kernel_types.h.
1.4.7

