blob: 206d164884e7b6478fc1857624825358f7e73ac2 [file] [log] [blame]
Deepak Kodihallibd33f312017-03-06 00:10:35 -06001- name: Device
2 meta:
3 - str: "CALLOUT_ERRNO=%d"
4 type: int32
5 - str: "CALLOUT_DEVICE_PATH=%s"
6 type: string
7
8- name: GPIO
9 meta:
10 - str: "CALLOUT_GPIO_NUM=%u"
11 type: uint32
12 #inherits:
13 #- xyz.openbmc_project.Error.Callout.Device
14
15- name: IIC
16 meta:
17 - str: "CALLOUT_IIC_BUS=%s"
18 type: string
19 - str: "CALLOUT_IIC_ADDR=0x%hx"
20 type: uint16
21 #inherits:
22 #- xyz.openbmc_project.Error.Callout.Device
23
24- name: Inventory
25 meta:
26 - str: "CALLOUT_INVENTORY_PATH=%s"
27 type: string
28
29- name: IPMISensor
30 meta:
31 - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
32 type: uint32