]> git.droids-corp.org - aversive.git/blobdiff - include/aversive/errno.h
prog_fuse.sh: reindent file
[aversive.git] / include / aversive / errno.h
index 766c48c800e01c94b47458d85316908cef187350..54acf8433c8c333831dbd424ea1f0f88feca5593 100644 (file)
 #ifndef _AVERSIVE_ERRNO_H_
 #define _AVERSIVE_ERRNO_H_
 
+/** No error */
+#define ESUCCESS 0
+
 #ifndef HOST_VERSION
 
 /* from avr-libc, does not define a lots of errors */
 #include <errno.h>
 
-/** No error */
-#define ESUCCESS 0
 /** Operation not permitted */
 #define EPERM    1
 /** No such file or directory */