diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 |
| commit | 7c450da7b446c557e05f34a100b597800967d987 (patch) | |
| tree | 57a48e7e9b592f2d5b713e80a4455820625c2b7b /lib/wind/errorlist_table.h | |
| parent | b4e3a10e9339a8400197298021d6ca9b8e3aa039 (diff) | |
Diffstat (limited to 'lib/wind/errorlist_table.h')
| -rw-r--r-- | lib/wind/errorlist_table.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/wind/errorlist_table.h b/lib/wind/errorlist_table.h new file mode 100644 index 000000000000..1342726e160d --- /dev/null +++ b/lib/wind/errorlist_table.h @@ -0,0 +1,19 @@ +/* ./errorlist_table.h */ +/* Automatically generated at 2011-07-30T13:45:24.715873 */ + +#ifndef ERRORLIST_TABLE_H +#define ERRORLIST_TABLE_H 1 + +#include "windlocl.h" + +struct error_entry { + uint32_t start; + unsigned len; + wind_profile_flags flags; +}; + +extern const struct error_entry _wind_errorlist_table[]; + +extern const size_t _wind_errorlist_table_size; + +#endif /* ERRORLIST_TABLE_H */ |
