summaryrefslogtreecommitdiffstats
path: root/lib/wind/errorlist_table.h
blob: 1342726e160da7d48e698b05d81e9992e3bf2c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 */
OpenPOWER on IntegriCloud