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