aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-hid.h
AgeCommit message (Collapse)AuthorFilesLines
2015-06-03Don't forward declare functions with "inline" in headersKevin O'Connor1-4/+4
Don't mark function definitions in headers with "inline" - it causes compile warnings on gcc v5. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Acked-by: Paul Menzel <paulepanter@sourceforge.net>
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+29
Move many C files from the src/ directory to the new src/hw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>