/ src / core / mem.h
mem.h
1  #ifndef _MEM_H_
2  #define _MEM_H_
3  
4  #include "hw.h"
5  
6  bool scan_memory(hwNode & n);
7  #endif