blob: b883b09751c4810dbb24562af0bb2ef061d286df [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/direnttypes.in; do not edit. */
2
3static const struct xlat direnttypes[] = {
4#if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(DT_UNKNOWN),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(DT_FIFO),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(DT_CHR),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(DT_DIR),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(DT_BLK),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(DT_REG),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(DT_LNK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(DT_SOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(DT_WHT) || (defined(HAVE_DECL_DT_WHT) && HAVE_DECL_DT_WHT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(DT_WHT),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070032};