#ifndef __LUNAIX_FOPTIONS_H #define __LUNAIX_FOPTIONS_H #define FO_CREATE 0x1 #define FO_APPEND 0x2 #define FSEEK_SET 0x1 #define FSEEK_CUR 0x2 #define FSEEK_END 0x3 #endif /* __LUNAIX_FOPTIONS_H */