12 lines
160 B
C
12 lines
160 B
C
|
#ifndef RDEC_KEY_H
|
||
|
#define RDEC_KEY_H
|
||
|
|
||
|
#include "typedef.h"
|
||
|
|
||
|
#include "asm/rdec.h"
|
||
|
|
||
|
int rdec_key_init(const struct rdec_platform_data *rdec_key_data);
|
||
|
|
||
|
#endif
|
||
|
|