commit | 49e78422f08a5fb80e95c79a582520b8ac89358d | [log] [tgz] |
---|---|---|
author | Flemmard <flemmard@gmail.com> | Fri Oct 11 15:48:32 2013 +0200 |
committer | Flemmard <flemmard@gmail.com> | Fri Feb 21 20:28:51 2014 +0100 |
tree | fafbfff5096e58876ff6a8c2a6aab18575192430 | |
parent | 660dde8449087575cea7ee9715274a6185fcc18d [diff] [blame] |
NDUID palm specific driver
diff --git a/include/linux/nduid.h b/include/linux/nduid.h new file mode 100644 index 0000000..e84c4d9 --- /dev/null +++ b/include/linux/nduid.h
@@ -0,0 +1,8 @@ +#ifndef __ASM_ARCH_NDUID_H__ +#define __ASM_ARCH_NDUID_H__ + +struct nduid_config { + char *dev_name; +}; + +#endif