aboutsummaryrefslogtreecommitdiff
path: root/include/stm-fmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stm-fmc.h')
-rw-r--r--include/stm-fmc.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/stm-fmc.h b/include/stm-fmc.h
deleted file mode 100644
index cf9b77e..0000000
--- a/include/stm-fmc.h
+++ /dev/null
@@ -1,18 +0,0 @@
-//------------------------------------------------------------------------------
-// stm-fmc.h
-//------------------------------------------------------------------------------
-
-#include <stdint.h>
-
-//------------------------------------------------------------------------------
-// Prototypes
-//------------------------------------------------------------------------------
-void fmc_init(void);
-
-int fmc_write_32(uint32_t addr, uint32_t *data);
-int fmc_read_32(uint32_t addr, uint32_t *data);
-
-
-//------------------------------------------------------------------------------
-// EOF
-//------------------------------------------------------------------------------