Changeset 612 for GPL/branches/uniaud32-linux-3.2.102/include/linux
- Timestamp:
- May 16, 2020, 10:05:07 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-linux-3.2.102/include/linux
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-linux-3.2.102/include/linux/kernel.h
r598 r612 67 67 printk(KERN_INFO fmt,##arg) 68 68 69 #define pr_warn(fmt, arg) \ 70 printk(KERN_WARNING fmt, ##arg) 71 69 72 /* 70 73 * Display an IP address in readable format. -
GPL/branches/uniaud32-linux-3.2.102/include/linux/sched.h
r441 r612 6 6 #include <asm/param.h> /* for HZ */ 7 7 #include <asm/atomic.h> 8 9 #define MAX_SCHEDULE_TIMEOUT INT_MAX 8 10 9 11 #define TASK_RUNNING 0 -
GPL/branches/uniaud32-linux-3.2.102/include/linux/string.h
r442 r612 12 12 13 13 char *kstrdup(const char *s, unsigned int gfp_flags); 14 14 #define strnlen strnlen_s 15 15 #endif 16 16 -
GPL/branches/uniaud32-linux-3.2.102/include/linux/types.h
r598 r612 141 141 typedef _Bool bool; 142 142 143 typedef unsigned int __uintptr_t; 144 typedef __uintptr_t uintptr_t; 143 145 #endif /* _LINUX_TYPES_H */ -
GPL/branches/uniaud32-linux-3.2.102/include/linux/workqueue.h
r598 r612 4 4 #include <linux/timer.h> 5 5 #include <sound/compat_22.h> 6 #define cancel_work_sync(w) flush_scheduled_work() 6 7 /* we know this is used below exactly once for at most one waiter */ 7 8
Note:
See TracChangeset
for help on using the changeset viewer.