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
;
7
}
physical_memory_entry
;
8
9
#endif
physical_memory_entry::type
uint8_t type
Definition:
physical_memory_entry.h:6
physical_memory_entry
Definition:
physical_memory_entry.h:4
os
kernel
src
memory
physical
physical_memory_entry.h
Generated by
1.8.13