Initial commit
[kk_librfid.git] / firmware / src / pcd / rc632_highlevel.h
blob40e80e0fdd1aed2960fd887613ada0a07be33571
1 #ifndef _RC632_HIGHLEVEL_H
2 #define _RC632_HIGHLEVEL_H
4 #include <sys/types.h>
5 #include <librfid/rfid_asic.h>
7 int
8 rc632_turn_on_rf(struct rfid_asic_handle *handle);
10 int
11 rc632_turn_off_rf(struct rfid_asic_handle *handle);
13 int
14 rc632_read_eeprom(struct rfid_asic_handle *handle, u_int16_t addr, u_int8_t len,
15 u_int8_t *recvbuf);
17 int rc632_get_serial(struct rfid_asic_handle *handle,
18 u_int32_t *serial);
19 #endif /* _RC632_HIGHLEVEL_H */