soc/intel/xeon_sp: Revise IIO domain ACPI name encoding
[coreboot2.git] / payloads / libpayload / include / wchar.h
blob9c79b892a3d5ee7315081746899f3e964c27a0f9
1 #ifndef _WCHAR_H
2 #define _WCHAR_H
4 #include <stddef.h>
6 #ifndef __WINT_TYPE__
7 # define __WINT_TYPE__ unsigned int
8 #endif
9 typedef __WINT_TYPE__ wint_t;
11 #endif