summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common/Device.errors.yaml7
-rw-r--r--xyz/openbmc_project/Common/Device.metadata.yaml7
2 files changed, 14 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/Device.errors.yaml b/xyz/openbmc_project/Common/Device.errors.yaml
new file mode 100644
index 0000000..429762d
--- /dev/null
+++ b/xyz/openbmc_project/Common/Device.errors.yaml
@@ -0,0 +1,7 @@
+# xyz.openbmc_project.Common.Device.ReadFailure
+- name: ReadFailure
+ description: Failed to read from the device.
+
+# xyz.openbmc_project.Common.Device.WriteFailure
+- name: WriteFailure
+ description: Failed to write to device.
diff --git a/xyz/openbmc_project/Common/Device.metadata.yaml b/xyz/openbmc_project/Common/Device.metadata.yaml
new file mode 100644
index 0000000..e8a95b1
--- /dev/null
+++ b/xyz/openbmc_project/Common/Device.metadata.yaml
@@ -0,0 +1,7 @@
+- name: ReadFailure
+ inherits:
+ - xyz.openbmc_project.Common.Callout.Device
+
+- name: WriteFailure
+ inherits:
+ - xyz.openbmc_project.Common.Callout.Device
OpenPOWER on IntegriCloud