MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / DeviceType

Enum DeviceType

Kernel/include/device.h:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <logging.h>
7
8enum DeviceType{
9 TypeGenericDevice,
10 TypeDiskDevice,
11 TypePartitionDevice,
12 TypeNetworkAdapterDevice,
13 TypePseudoterminalDevice,
14 TypeInputDevice,
15};
16
17class Device : public FsNode {
18public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected