Skip to content

Commit

Permalink
udp neut
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Dec 22, 2024
1 parent 34ebe1a commit 9cad0bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,10 @@ static const char *getDeviceName(const char *driver)
return "ata";
else if (!strncmp(driver, "apa", 3))
return "apa";
#ifdef UDPBD
else if (!strncmp(driver, "udp", 3))
return "udpbd";
#endif
else
return "unsupported";
}
Expand Down

0 comments on commit 9cad0bd

Please sign in to comment.