Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 540 Bytes

File metadata and controls

29 lines (17 loc) · 540 Bytes

NAME

AddDevice -- add a device to the system

SYNOPSIS

    AddDevice(device)
              A1

    void AddDevice(struct Device *);

Links: Device

FUNCTION

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.

INPUTS

device - pointer to a properly initialized device node

SEE ALSO

RemDevice, OpenDevice, CloseDevice, MakeLibrary