Revision 323
more stuff
kbc.c | ||
---|---|---|
18 | 18 |
if((ret = kbc_issue_arg(cmd))) return ret; |
19 | 19 |
return SUCCESS; |
20 | 20 |
} |
21 |
|
|
22 |
int (kbc_restore_kbd)(){ |
|
21 |
/* |
|
22 |
static int (kbc_restore_kbd)(){
|
|
23 | 23 |
int ret = 0; |
24 | 24 |
uint8_t cmd = 0; |
25 | 25 |
if((ret = kbc_read_cmd(&cmd))) return ret; |
... | ... | |
27 | 27 |
if((ret = kbc_change_cmd(cmd))) return ret; |
28 | 28 |
return SUCCESS; |
29 | 29 |
} |
30 |
|
|
30 |
*/ |
|
31 | 31 |
int (kbc_issue_cmd)(uint8_t cmd){ |
32 | 32 |
int ret = 0; |
33 | 33 |
uint8_t stat; |
Also available in: Unified diff