From 1fcc35aad699f3d40ca786b99c7255cf8aa55892 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 13:04:32 +0000 Subject: move include directory for pkginclude compliance git-svn-id: https://svn.gnumonks.org/trunk/librfid@1664 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/rfid/rfid_asic.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 include/rfid/rfid_asic.h (limited to 'include/rfid/rfid_asic.h') diff --git a/include/rfid/rfid_asic.h b/include/rfid/rfid_asic.h deleted file mode 100644 index 6511615..0000000 --- a/include/rfid/rfid_asic.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef _RFID_ASIC_H -#define _RFID_ASIC_H - -enum rfid_frametype; - -#include - -struct rfid_asic_transport { - char *name; - union { - struct rfid_asic_rc632_transport rc632; - } priv; -}; - -struct rfid_asic_transport_handle { - void *data; /* handle to stuff like even lower layers */ - - struct rfid_asic_transport *rat; -}; - - -struct rfid_asic_handle { - struct rfid_asic_transport_handle *rath; - unsigned int fc; - unsigned int mtu; - unsigned int mru; - - union { - struct rfid_asic_rc632_handle rc632; - //struct rfid_asic_rc531_handle rc531; - } priv; - struct rfid_asic *asic; -}; - - -struct rfid_asic { - char *name; - unsigned int fc; /* carrier frequency */ - union { - struct rfid_asic_rc632 rc632; - //struct rfid_asic_rc531 rc531; - } priv; -}; - -#endif /* _RFID_ASIC_H */ -- cgit v1.2.3