summaryrefslogtreecommitdiff
path: root/firmware/src/pcd/rc632_highlevel.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-28 17:00:51 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-28 17:02:22 +0200
commit21391e0bdbe676ab766204eaa0eddd46e529c849 (patch)
treea47c5305e5363c4dff8d4dabdc82750dc877a64b /firmware/src/pcd/rc632_highlevel.h
parent5a40e2fed18ed75c7b8d62f52cf4a7c660a8e026 (diff)
convert from u_int*_t to uint*_t
Diffstat (limited to 'firmware/src/pcd/rc632_highlevel.h')
-rw-r--r--firmware/src/pcd/rc632_highlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/src/pcd/rc632_highlevel.h b/firmware/src/pcd/rc632_highlevel.h
index 40e80e0..169f47a 100644
--- a/firmware/src/pcd/rc632_highlevel.h
+++ b/firmware/src/pcd/rc632_highlevel.h
@@ -11,9 +11,9 @@ int
rc632_turn_off_rf(struct rfid_asic_handle *handle);
int
-rc632_read_eeprom(struct rfid_asic_handle *handle, u_int16_t addr, u_int8_t len,
- u_int8_t *recvbuf);
+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,
- u_int32_t *serial);
+ uint32_t *serial);
#endif /* _RC632_HIGHLEVEL_H */
personal git repositories of Harald Welte. Your mileage may vary