Merge branch 'master' of github.com:jtsiomb/pcboot
[bootcensus] / src / mem.h
1 #ifndef MEM_H_
2 #define MEM_H_
3
4 void init_mem(void);
5
6 #endif  /* MEM_H_ */