MicrOS
physical_memory_entry.h
Go to the documentation of this file.
1 #ifndef PHYSICAL_MEMORY_ENTRY_H
2 #define PHYSICAL_MEMORY_ENTRY_H
3 
4 typedef struct physical_memory_entry
5 {
6  uint8_t type;
8 
9 #endif
uint8_t type
Definition: physical_memory_entry.h:6
Definition: physical_memory_entry.h:4