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.
1234567891011121314 |
- /*
- * debug.h
- */
-
- #ifndef __DEBUG_H__
- #define __DEBUG_H__
-
- int debug_msc_mount(void);
- int debug_msc_unmount(void);
-
- void debug_msc_stats(void);
- void debug_msc_pmw3360(void);
-
- #endif // __DEBUG_H__
|