/* ./map_table.h */ /* Automatically generated at 2011-03-18T00:46:30.369881 */ #ifndef MAP_TABLE_H #define MAP_TABLE_H 1 #include "windlocl.h" struct translation { uint32_t key; unsigned short val_len; unsigned short val_offset; wind_profile_flags flags; }; extern const struct translation _wind_map_table[]; extern const size_t _wind_map_table_size; extern const uint32_t _wind_map_table_val[]; #endif /* MAP_TABLE_H */ href='/'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/examples/luahello
AgeCommit message (Expand)Author
2015-05-13Fix instructions to match reality. (I renamed the example from thepgoyette
2015-05-13A set of more comprehensive example kernel modules to replace ourpgoyette