]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/z180-serv.h
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / include / z180-serv.h
index b6a65b0b80aa51404bf7730343d5d3b865594970..760fa044e6e0955604c704e2dafbe91f5040ff72 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef Z180_SERV_H
 #define Z180_SERV_H
 
 #ifndef Z180_SERV_H
 #define Z180_SERV_H
 
+#include <stdint.h>
 #include <stdbool.h>
 #include "ff.h"
 
 #include <stdbool.h>
 #include "ff.h"
 
@@ -37,18 +38,6 @@ struct cpm_drive_s {
        FIL                     fd;
 };
 
        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);
 
 int drv_list(void);
 int drv_detach(uint8_t drv);