1 /* Generated by ./xlat/gen.sh from ./xlat/openmodessol.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat openmodessol in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat openmodessol[] = {
11 { 0,		"O_RDWR"	},
12 { 1,		"O_RDONLY"	},
13 { 2,		"O_WRONLY"	},
14 { 0x80,		"O_NONBLOCK"	},
15 { 8,		"O_APPEND"	},
16 { 0x100,	"O_CREAT"	},
17 { 0x200,	"O_TRUNC"	},
18 { 0x400,	"O_EXCL"	},
19 { 0x800,	"O_NOCTTY"	},
20 { 0x10,		"O_SYNC"	},
21 { 0x40,		"O_DSYNC"	},
22 { 0x8000,	"O_RSYNC"	},
23 { 4,		"O_NDELAY"	},
24 { 0x1000,	"O_PRIV"	},
25  XLAT_END
26 };
27 
28 #endif /* !IN_MPERS */
29