1/* Generated by ./xlat/gen.sh from ./xlat/openmodessol.in; do not edit. */
2
3static const struct xlat openmodessol[] = {
4{ 0,		"O_RDWR"	},
5{ 1,		"O_RDONLY"	},
6{ 2,		"O_WRONLY"	},
7{ 0x80,		"O_NONBLOCK"	},
8{ 8,		"O_APPEND"	},
9{ 0x100,	"O_CREAT"	},
10{ 0x200,	"O_TRUNC"	},
11{ 0x400,	"O_EXCL"	},
12{ 0x800,	"O_NOCTTY"	},
13{ 0x10,		"O_SYNC"	},
14{ 0x40,		"O_DSYNC"	},
15{ 0x8000,	"O_RSYNC"	},
16{ 4,		"O_NDELAY"	},
17{ 0x1000,	"O_PRIV"	},
18 XLAT_END
19};
20