MCPcopy Create free account
hub / github.com/Sapd/HeadsetControl / DeviceListNode

Class DeviceListNode

src/device.h:466–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464typedef struct DeviceListNode {
465 struct device* element;
466 struct DeviceListNode* next;
467} DeviceListNode;
468
469bool device_check_ids(struct device* device, uint16_t vid, uint16_t pid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected