diff options
Diffstat (limited to 'fw/fe310/eos/dev/ctp.h')
-rw-r--r-- | fw/fe310/eos/dev/ctp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fw/fe310/eos/dev/ctp.h b/fw/fe310/eos/dev/ctp.h new file mode 100644 index 0000000..72a0a75 --- /dev/null +++ b/fw/fe310/eos/dev/ctp.h @@ -0,0 +1,7 @@ +#include <stdint.h> + +int eos_ctp_init(void); +int eos_ctp_reset(void); +int eos_ctp_sleep(void); +int eos_ctp_wake(void); +int eos_ctp_handle_intr(void);
\ No newline at end of file |