summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 11:36:04 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commit3ef85e377201c1ebe84e74bfb785c95ccbc37b13 (patch)
tree18392b9ff4eb23d9118c9c2bb9c6b70831b24add /include
parent6eef6eac1fc137c97bf1993304ed83b8e483c80a (diff)
downloadtalos-obmc-uboot-3ef85e377201c1ebe84e74bfb785c95ccbc37b13.tar.gz
talos-obmc-uboot-3ef85e377201c1ebe84e74bfb785c95ccbc37b13.zip
dm: systemace: Add a legacy block interface
Add a legacy block interface for systemace. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/blk.h b/include/blk.h
index a562c10a29..2caac9c96b 100644
--- a/include/blk.h
+++ b/include/blk.h
@@ -30,6 +30,7 @@ enum if_type {
IF_TYPE_SD,
IF_TYPE_SATA,
IF_TYPE_HOST,
+ IF_TYPE_SYSTEMACE,
IF_TYPE_COUNT, /* Number of interface types */
};
OpenPOWER on IntegriCloud