]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/con-utils.h
Remove memory test and bank manager.
[z180-stamp.git] / include / con-utils.h
index f03dfb33abaafa02aa4b1689cf5867f3ffd334df..86c0df02369c1234b385da33abb1d2694eb5fa01 100644 (file)
@@ -1,9 +1,19 @@
-#ifndef CON_UTILS_H            
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+/*
+ * Console utilities
+ */
+
+#ifndef CON_UTILS_H
 #define CON_UTILS_H
 
 uint_fast8_t tstc(void);
 
-int my_getchar(void);
+int my_getchar(uint_fast8_t waitforchar);
 
 /* test if ctrl-c was pressed */
 uint_fast8_t ctrlc(void);
@@ -18,5 +28,3 @@ uint_fast8_t had_ctrlc (void);
 void clear_ctrlc(void);
 
 #endif /* CON_UTILS_H */
-
-