device.h 232 B

12345678910111213
  1. #ifndef __DEVICE_H
  2. #define __DEVICE_H
  3. void sd_detect(void);
  4. void sd1_detect(void);
  5. void usb_detect(void);
  6. void linein_detect(void);
  7. void earphone_detect(void);
  8. void mic_detect(void);
  9. void earin_detect(void);
  10. #endif // __DEVICE_H