coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EFAULT   1
 
#define EINVAL   2
 
#define ETIMEDOUT   3
 
#define ENOSPC   4
 
#define ENOSYS   5
 
#define EPTR   6
 
#define IS_ERR_PTR(ptr)    (ptr == (void *)-EPTR)
 

Macro Definition Documentation

◆ EFAULT

#define EFAULT   1

Definition at line 6 of file types.h.

◆ EINVAL

#define EINVAL   2

Definition at line 7 of file types.h.

◆ ENOSPC

#define ENOSPC   4

Definition at line 9 of file types.h.

◆ ENOSYS

#define ENOSYS   5

Definition at line 10 of file types.h.

◆ EPTR

#define EPTR   6

Definition at line 11 of file types.h.

◆ ETIMEDOUT

#define ETIMEDOUT   3

Definition at line 8 of file types.h.

◆ IS_ERR_PTR

#define IS_ERR_PTR (   ptr)     (ptr == (void *)-EPTR)

Definition at line 13 of file types.h.