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