kern

annotate src/klibc/errno.h @ 80:4db99a52863e

fixed the "endianess" of the text messages in the ATA identify info block. this is the first time I've seen wrong byteorder in ascii text, the ATA committee should be commended.
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 13:35:39 +0200
parents f44bec97a0ec
children
rev   line source
nuclear@63 1 #ifndef ERRNO_H_
nuclear@63 2 #define ERRNO_H_
nuclear@63 3
nuclear@72 4 /* all kernel-definitions that should be shared with user space
nuclear@72 5 * are in include/kdef.h
nuclear@72 6 */
nuclear@72 7 #include "kdef.h"
nuclear@63 8
nuclear@63 9 #endif /* ERRNO_H_ */