10 #ifndef HAL_IOCOMPOSITE_H_
11 #define HAL_IOCOMPOSITE_H_
HALRESULT
Definition: hal_defs.h:16
IODevice IOCOMPOSITE_Create(unsigned int max_associates)
void IOCOMPOSITE_Destroy(IODevice iocomposite)
HALRESULT IOCOMPOSITE_SetAssociation(IODevice iocomposite, unsigned int index, IODevice iodevice)
Definition: hali_iodevice.h:44
HALRESULT IOCOMPOSITE_ClearAssociation(IODevice iocomposite, unsigned int index)
IODevice IOCOMPOSITE_GetAssociation(IODevice iocomposite, unsigned int index)