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/errno.h

    r32 r615  
    1313#define ERESTARTNOHAND  514     /* restart if no handler.. */
    1414#define ENOIOCTLCMD     515     /* No ioctl command */
     15#define ENOTSUPP        524     /* Operation is not supported */
    1516
    1617#endif
    17 
     18#define ENOENT          2               /* No such file or directory */
     19#define EIO              5      /* I/O error */
     20#define EEXIST          17              /* File exists */
     21#define EINVAL           22
    1822#endif
Note: See TracChangeset for help on using the changeset viewer.