MCPcopy Create free account
hub / github.com/distributed/sers / ioctl1

Function ioctl1

sers_linux.c:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61int ioctl1(int i, unsigned int r, void *d) {
62 return ioctl(i, r, d);
63}
64
65speed_t lookupbaudrate(int br) {
66 switch (br) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected