summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/Callout.metadata.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Common/Callout.metadata.yaml')
-rw-r--r--xyz/openbmc_project/Common/Callout.metadata.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/Callout.metadata.yaml b/xyz/openbmc_project/Common/Callout.metadata.yaml
new file mode 100644
index 0000000..206d164
--- /dev/null
+++ b/xyz/openbmc_project/Common/Callout.metadata.yaml
@@ -0,0 +1,32 @@
+- name: Device
+ meta:
+ - str: "CALLOUT_ERRNO=%d"
+ type: int32
+ - str: "CALLOUT_DEVICE_PATH=%s"
+ type: string
+
+- name: GPIO
+ meta:
+ - str: "CALLOUT_GPIO_NUM=%u"
+ type: uint32
+ #inherits:
+ #- xyz.openbmc_project.Error.Callout.Device
+
+- name: IIC
+ meta:
+ - str: "CALLOUT_IIC_BUS=%s"
+ type: string
+ - str: "CALLOUT_IIC_ADDR=0x%hx"
+ type: uint16
+ #inherits:
+ #- xyz.openbmc_project.Error.Callout.Device
+
+- name: Inventory
+ meta:
+ - str: "CALLOUT_INVENTORY_PATH=%s"
+ type: string
+
+- name: IPMISensor
+ meta:
+ - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
+ type: uint32
OpenPOWER on IntegriCloud