Changeset 933 for trunk/src/ifd
- Timestamp:
- 12/19/06 21:49:51 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/ifd/ifd-cm4000.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/ifd-cm4000.c
r891 r933 9 9 * Based on information from the cm4000 driver by Omnikey AG. 10 10 */ 11 12 /* only available on linux */ 13 #ifdef linux 11 14 12 15 #include "cardman.h" … … 164 167 ifd_driver_register("cm4000", &cm4000_driver); 165 168 } 169 170 #else 171 172 /* 173 * Initialize this module 174 */ 175 void ifd_cm4000_register(void) 176 { 177 } 178 179 #endif
Note: See TracChangeset
for help on using the changeset viewer.
