Changeset 569 for GPL/branches/uniaud32-2.1.x/include/linux
- Timestamp:
- Oct 6, 2012, 11:23:50 AM (13 years ago)
- Location:
- GPL/branches/uniaud32-2.1.x/include/linux
- Files:
-
- 2 edited
-
module.h (modified) (1 diff)
-
workqueue.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/linux/module.h
r499 r569 76 76 #define MODULE_DEVICE_TABLE(type,name) 77 77 #define EXPORT_SYMBOL(a) 78 78 #define MODULE_ALIAS_CHARDEV(x) 79 #define module_param(name, type, perm) 79 80 #endif /* _LINUX_MODULE_H */ -
GPL/branches/uniaud32-2.1.x/include/linux/workqueue.h
r519 r569 62 62 63 63 #define create_singlethread_workqueue(name) create_workqueue(name) 64 64 #define cancel_delayed_work_sync flush_delayed_work_sync 65 65 #endif /* __LINUX_WORKQUEUE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
