DM_RegisterDevice Function

Registers the new device

Syntax

void DM_RegisterDevice(DEVICE* device);

Parameters

DEVICE* - pointer to a device to be registered

Return Value

N/A

Remarks

N/A

Requirements

dm.h

Example

N/A