rdec_key.h 160 B

1234567891011
  1. #ifndef RDEC_KEY_H
  2. #define RDEC_KEY_H
  3. #include "typedef.h"
  4. #include "asm/rdec.h"
  5. int rdec_key_init(const struct rdec_platform_data *rdec_key_data);
  6. #endif