diff options
Diffstat (limited to 'pfinet/glue-include/asm/errno.h')
-rw-r--r-- | pfinet/glue-include/asm/errno.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/glue-include/asm/errno.h b/pfinet/glue-include/asm/errno.h new file mode 100644 index 00000000..7afb6fdc --- /dev/null +++ b/pfinet/glue-include/asm/errno.h @@ -0,0 +1,3 @@ +/* This is used only by checksum.S; the C code uses <linux/errno.h>. */ + +#define EFAULT 42 /* only used in unreached code */ |