errorlist_table.h revision 1.1
1/*	$NetBSD: errorlist_table.h,v 1.1 2019/12/15 22:45:42 christos Exp $	*/
2
3/* ./errorlist_table.h */
4/* Automatically generated at 2019-06-07T02:26:41.398369 */
5
6#ifndef ERRORLIST_TABLE_H
7#define ERRORLIST_TABLE_H 1
8
9#include "windlocl.h"
10
11struct error_entry {
12  uint32_t start;
13  unsigned len;
14  wind_profile_flags flags;
15};
16
17extern const struct error_entry _wind_errorlist_table[];
18
19extern const size_t _wind_errorlist_table_size;
20
21#endif /* ERRORLIST_TABLE_H */
22