aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pflash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/pflash.h b/include/pflash.h
deleted file mode 100644
index 1dbbeae..0000000
--- a/include/pflash.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef BIOS_PFLASH_H
-#define BIOS_PFLASH_H 1
-
-#include <stdint.h>
-
-void *pflash_base(int n, size_t *size);
-
-#endif