Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

debug.h 198B

1234567891011121314
  1. /*
  2. * debug.h
  3. */
  4. #ifndef __DEBUG_H__
  5. #define __DEBUG_H__
  6. int debug_msc_mount(void);
  7. int debug_msc_unmount(void);
  8. void debug_msc_stats(void);
  9. void debug_msc_pmw3360(void);
  10. #endif // __DEBUG_H__