diff options
author | Richard Dale <richard.dale@codethink.co.uk> | 2015-02-25 10:40:10 +0000 |
---|---|---|
committer | Richard Dale <richard.dale@codethink.co.uk> | 2015-02-25 10:40:10 +0000 |
commit | 6d90449f594534084a7847c0b9f0216b0f9056b1 (patch) | |
tree | 4410ead1480f15bff8f0bccdaa97c6edcc582d83 /include/uapi/linux/hiddev.h | |
parent | 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff) | |
download | linux-baserock/v3.12-musl.tar.gz |
Add kernel headers patched for use with the musl libc library from:baserock/v3.12-musl
https://github.com/sabotage-linux/kernel-headers.git
Diffstat (limited to 'include/uapi/linux/hiddev.h')
-rw-r--r-- | include/uapi/linux/hiddev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/hiddev.h b/include/uapi/linux/hiddev.h index 7df7884bf5c4..e24ca194f741 100644 --- a/include/uapi/linux/hiddev.h +++ b/include/uapi/linux/hiddev.h @@ -22,8 +22,8 @@ * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail: * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic */ -#ifndef _UAPI_HIDDEV_H -#define _UAPI_HIDDEV_H +#ifndef _HIDDEV_H +#define _HIDDEV_H @@ -209,4 +209,4 @@ struct hiddev_usage_ref_multi { */ -#endif /* _UAPI_HIDDEV_H */ +#endif /* _HIDDEV_H */ |