URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [usb/] [storage/] [onetouch.h] - Rev 62
Compare with Previous | Blame | View Log
#ifndef _ONETOUCH_H_ #define _ONETOUCH_H_ #define ONETOUCH_PKT_LEN 0x02 #define ONETOUCH_BUTTON KEY_PROG1 int onetouch_connect_input(struct us_data *ss); #endif