1226031Sstas/* ./errorlist_table.h */
2234027Sstas/* Automatically generated at 2012-01-11T14:07:01.014378 */
3226031Sstas
4226031Sstas#ifndef ERRORLIST_TABLE_H
5226031Sstas#define ERRORLIST_TABLE_H 1
6226031Sstas
7226031Sstas#include "windlocl.h"
8226031Sstas
9226031Sstasstruct error_entry {
10226031Sstas  uint32_t start;
11226031Sstas  unsigned len;
12226031Sstas  wind_profile_flags flags;
13226031Sstas};
14226031Sstas
15226031Sstasextern const struct error_entry _wind_errorlist_table[];
16226031Sstas
17226031Sstasextern const size_t _wind_errorlist_table_size;
18226031Sstas
19226031Sstas#endif /* ERRORLIST_TABLE_H */
20