shuffle structure elements to cope with atr[0]

git-svn-id: https://svn.gnumonks.org/trunk/librfid@1208 e0336214-984f-0b4b-a45f-81c69e1f0ede
This commit is contained in:
laforge 2005-06-13 09:17:31 +00:00
parent 5506978158
commit c7e6b4a88e
1 changed files with 5 additions and 2 deletions

View File

@ -28,10 +28,13 @@ struct rfid_protocol {
struct rfid_protocol_handle {
struct rfid_layer2_handle *l2h;
struct rfid_protocol *proto;
union {
struct tcl_handle tcl;
} priv;
struct rfid_protocol *proto;
} priv; /* priv has to be last, since
* it could contain additional
* private data over the end of
* sizeof(priv). */
};
struct rfid_protocol_handle *