Implement Storage Controller Interface
Storage controller interface will be used to implement
the StorageController redfish schema, to provide support
for HSBPs and other storage devices.
Change-Id: I423d0e3adba04537655ea444fbb3ad08cd328922
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml b/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml
new file mode 100644
index 0000000..e950d4b
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml
@@ -0,0 +1,4 @@
+description: >
+ Implement to provide storage controller attributes.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4