Ignore:
Timestamp:
Jan 1, 2021, 5:31:48 AM (5 years ago)
Author:
Paul Smedley
Message:

Add source for uniaud32 based on code from linux kernel 5.4.86

Location:
GPL/branches/uniaud32-next
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/compiler.h

    r441 r615  
    114114#define noinline
    115115#endif
     116#define WARN(condition, format,...) { }
    116117
     118#define __must_check
     119#define __maybe_unused
     120#define __acquires(x)
     121#define __releases(x)
     122#define BUG() do {} while (1)
     123#define WRITE_ONCE(x, val) x=(val)
     124#define __force
    117125#endif /* __LINUX_COMPILER_H */
Note: See TracChangeset for help on using the changeset viewer.