summaryrefslogtreecommitdiffstats
path: root/libpdbg/scom.c
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2016-09-09 15:44:12 +1000
committerAlistair Popple <alistair@popple.id.au>2016-09-09 15:44:12 +1000
commitcc98081d0f3d13c56b3224940d17b8d5812fe173 (patch)
tree116bd993c563321627f20666ae389f3ab90fd79b /libpdbg/scom.c
parent7c795172a4fa4c8413443c63c5fbc31fe00f1be0 (diff)
downloadpdbg-cc98081d0f3d13c56b3224940d17b8d5812fe173.tar.gz
pdbg-cc98081d0f3d13c56b3224940d17b8d5812fe173.zip
Cleanup backend header file
Rename bmcfsi.h to backend.h in preparation for adding new backends. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'libpdbg/scom.c')
-rw-r--r--libpdbg/scom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/scom.c b/libpdbg/scom.c
index 9a31c04..162f3e4 100644
--- a/libpdbg/scom.c
+++ b/libpdbg/scom.c
@@ -17,7 +17,7 @@
#include <stdio.h>
#include "bitutils.h"
-#include "bmcfsi.h"
+#include "backend.h"
#include "operations.h"
struct scom_backend *backend = NULL;
OpenPOWER on IntegriCloud