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