Project

General

Profile

Download (444 Bytes) Statistics
| Branch: | Tag: | Revision:
1 28eb4a57 laforge
#ifndef _RC632_HIGHLEVEL_H
2
#define _RC632_HIGHLEVEL_H
3
4
#include <sys/types.h>
5
#include <librfid/rfid_asic.h>
6
7
int 
8
rc632_turn_on_rf(struct rfid_asic_handle *handle);
9
10
int 
11
rc632_turn_off_rf(struct rfid_asic_handle *handle);
12
13
int
14 373c172a Harald Welte
rc632_read_eeprom(struct rfid_asic_handle *handle, uint16_t addr, uint8_t len,
15
		  uint8_t *recvbuf);
16 28eb4a57 laforge
17
int rc632_get_serial(struct rfid_asic_handle *handle,
18 373c172a Harald Welte
		     uint32_t *serial);
19 28eb4a57 laforge
#endif /* _RC632_HIGHLEVEL_H */
Add picture from clipboard (Maximum size: 48.8 MB)