Changeset 647 for GPL/branches/uniaud32-next/include/linux/err.h
- Timestamp:
- Jan 17, 2021, 7:58:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/err.h
r615 r647 3 3 #ifndef _LINUX_ERR_H 4 4 #define _LINUX_ERR_H 5 #include <linux/types.h> 6 5 7 #define IS_ERR_VALUE(x) ((x) > (unsigned long)-1000L) 6 8
Note:
See TracChangeset
for help on using the changeset viewer.