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