summaryrefslogtreecommitdiff
path: root/include/z180-serv.h
diff options
context:
space:
mode:
authorLeo C2018-09-03 12:03:37 +0200
committerLeo C2018-09-04 21:26:04 +0200
commit5e8ac5e02a09140e97d56a9d5313504dfa31282d (patch)
tree87f6d50ce22abf3d49722da9a1f7111de812211b /include/z180-serv.h
parent86ee5f8bc4c5a4c204be6fff004ef6bf6b839dcd (diff)
downloadz180-stamp-5e8ac5e02a09140e97d56a9d5313504dfa31282d.zip
cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()
Diffstat (limited to 'include/z180-serv.h')
-rw-r--r--include/z180-serv.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/z180-serv.h b/include/z180-serv.h
index 3b4a462..760fa04 100644
--- a/include/z180-serv.h
+++ b/include/z180-serv.h
@@ -38,18 +38,6 @@ struct cpm_drive_s {
FIL fd;
};
-/* Return codes */
-
-#define AT_OK 0
-#define AT_ERROR 1
-#define AT_RANGE 2
-#define AT_ALREADY 3
-#define AT_NOT 4
-#define AT_NOFILE 5
-#define AT_NOMEM 6
-#define AT_OPEN 7
-#define AT_OTHER 8
-
int drv_list(void);
int drv_detach(uint8_t drv);