Docs » Autodocs » exec.library » AddDevice
AddDevice -- add a device to the system
AddDevice(device) A1 void AddDevice(struct Device *);
This function adds a new device to the system device list, making it available to other programs. The device must be ready to be opened at this time.
device - pointer to a properly initialized device node
RemDevice(), OpenDevice(), CloseDevice(), MakeLibrary()
|