- memory detection with BIOS 0x15/0xe820
[bootcensus] / src / mem.h
1 #ifndef MEM_H_
2 #define MEM_H_
3
4 void init_mem(void);
5
6 #endif  /* MEM_H_ */