1 #ifndef _RC632_HIGHLEVEL_H
2 #define _RC632_HIGHLEVEL_H
5 #include <librfid/rfid_asic.h>
8 rc632_turn_on_rf(struct rfid_asic_handle
*handle
);
11 rc632_turn_off_rf(struct rfid_asic_handle
*handle
);
14 rc632_read_eeprom(struct rfid_asic_handle
*handle
, u_int16_t addr
, u_int8_t len
,
17 int rc632_get_serial(struct rfid_asic_handle
*handle
,
19 #endif /* _RC632_HIGHLEVEL_H */