aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-07-25 15:26:26 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-07-25 15:27:55 +0200
commitcb1c49e0cfac99b9961d136ac0194da62c28cf64 (patch)
tree4665b81037a8ec81c8a126a50f3af880b9d1ead3 /include
parente5b140b91be34886bce3a60146f9d7b3987049ed (diff)
downloadqboot-cb1c49e0cfac99b9961d136ac0194da62c28cf64.zip
qboot-cb1c49e0cfac99b9961d136ac0194da62c28cf64.tar.gz
qboot-cb1c49e0cfac99b9961d136ac0194da62c28cf64.tar.bz2
remove pflash code
Also part of the cbfs support which is now obsolete. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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