Last change
on this file since 4132 was 4132, checked in by dingo35, 12 years ago |
Partly reversing 3794 since deleting prototypes and introducing wrong datatypes is not the way to go
|
File size:
376 bytes
|
Line | |
---|
1 | /*
|
---|
2 | ifd_sci.h
|
---|
3 | Header file for SCI internal reader.
|
---|
4 | */
|
---|
5 |
|
---|
6 | //#ifdef SCI_DEV
|
---|
7 | #include "../globals.h"
|
---|
8 | #include "atr.h"
|
---|
9 | int Sci_GetStatus (struct s_reader *reader, int * status);
|
---|
10 | int Sci_Reset (struct s_reader *reader, ATR * atr);
|
---|
11 | int Sci_Activate (struct s_reader *reader);
|
---|
12 | int Sci_Deactivate (struct s_reader *reader);
|
---|
13 | int Sci_FastReset (struct s_reader *reader);
|
---|
14 | //#endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.