mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-12 09:36:18 +00:00
restructuring directory
This commit is contained in:
44
manualmake/win32/libnfc.def
Normal file
44
manualmake/win32/libnfc.def
Normal file
@@ -0,0 +1,44 @@
|
||||
EXPORTS
|
||||
; dev_acr122.h
|
||||
dev_acr122_connect
|
||||
dev_acr122_disconnect
|
||||
dev_acr122_transceive
|
||||
dev_acr122_firmware
|
||||
dev_acr122_led_red
|
||||
|
||||
; dev_pn531.h
|
||||
dev_pn531_connect
|
||||
dev_pn531_disconnect
|
||||
dev_pn531_transceive
|
||||
|
||||
; libnfc.h
|
||||
nfc_connect
|
||||
nfc_disconnect
|
||||
nfc_configure
|
||||
nfc_reader_init
|
||||
nfc_reader_transceive_bits
|
||||
nfc_reader_transceive_bytes
|
||||
nfc_reader_select
|
||||
nfc_reader_deselect
|
||||
nfc_reader_mifare_cmd
|
||||
nfc_target_init
|
||||
nfc_target_receive_bits
|
||||
nfc_target_receive_bytes
|
||||
nfc_target_send_bits
|
||||
nfc_target_send_bytes
|
||||
|
||||
; bitutils.h
|
||||
oddparity
|
||||
oddparity_bytes
|
||||
mirror
|
||||
mirror32
|
||||
mirror64
|
||||
mirror_bytes
|
||||
swap_endian32
|
||||
swap_endian64
|
||||
append_iso14443a_crc
|
||||
print_hex
|
||||
print_hex_bits
|
||||
print_hex_par
|
||||
|
||||
|
||||
Reference in New Issue
Block a user