12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 |
* General Public License for more details. |
* General Public License for more details. |
|
|
|
15 |
*/ |
*/ |
16 |
|
|
17 |
#ifndef WPT_ERRORS_H |
#ifndef WPT_ERRORS_H |
62 |
WPTERR_NOCARD = 100, |
WPTERR_NOCARD = 100, |
63 |
WPTERR_NOREADER = 101, |
WPTERR_NOREADER = 101, |
64 |
WPTERR_NOPGPCARD = 102, |
WPTERR_NOPGPCARD = 102, |
|
/* |
|
|
WPTERR_CDISK_LOCK = 201, |
|
|
WPTERR_CDISK_MOUNT = 202, |
|
|
WPTERR_CDISK_UMOUNT = 203, |
|
|
WPTERR_CDISK_OPEN = 204, |
|
|
WPTERR_CDISK_BUSY = 205, |
|
|
WPTERR_CDISK_QUERY = 206, |
|
|
*/ |
|
65 |
}; |
}; |
66 |
|
|
67 |
void debug_end (void); |
void debug_end (void); |