#ifndef _RC632_HIGHLEVEL_H #define _RC632_HIGHLEVEL_H #include #include int rc632_turn_on_rf(struct rfid_asic_handle *handle); int rc632_turn_off_rf(struct rfid_asic_handle *handle); int rc632_read_eeprom(struct rfid_asic_handle *handle, uint16_t addr, uint8_t len, uint8_t *recvbuf); int rc632_get_serial(struct rfid_asic_handle *handle, uint32_t *serial); #endif /* _RC632_HIGHLEVEL_H */