14#ifndef INFUSE_SDK_INCLUDE_INFUSE_AUTO_SOC_DEVICE_CONTROL_H_
15#define INFUSE_SDK_INCLUDE_INFUSE_AUTO_SOC_DEVICE_CONTROL_H_
17#include <zephyr/sys/slist.h>
18#include <zephyr/device.h>
bool soc_device_control_unregister(struct soc_device_control_state *state)
Unregister a controlled device.
int soc_device_control_register(struct soc_device_control_state *state)
Register a device to be controlled.
Definition soc_device_control.h:30
uint8_t soc_enable
Definition soc_device_control.h:37
uint8_t soc_disable
Definition soc_device_control.h:39
const struct device * device
Definition soc_device_control.h:35