]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/print-utils.h
Rename getenv() to getenv_char()
[z180-stamp.git] / include / print-utils.h
index 5604d3bc2d620a6d69bf6b2f95d0bcddc4311e22..7d48287c4dbc6f2c5a64f9d771ad392f31d4ee2f 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
 #ifndef PRINT_UTILS_H
 #define PRINT_UTILS_H
 
@@ -13,5 +19,6 @@ void dump_ram(uint8_t *addr, size_t offset, unsigned int len, char *title);
 
 void eeprom_read_buf(uint8_t *buf, uint32_t addr, uint8_t count);
 void ram_read_buf(uint8_t *buf, uint32_t addr, uint8_t count);
+void flash_read_buf(uint8_t *buf, uint32_t addr, uint8_t count);
 
 #endif /* PRINT_UTILS_H */