blob: 510527d652e36b86957b25b9045b202ba0ac51bd [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* 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" },
Elliott Hughes0328d0a2015-03-18 11:18:43 -070018 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070019};