repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya/var/orisa: Update Type C DisplayPort HPD Configuration
[coreboot2.git]
/
payloads
/
libpayload
/
include
/
wchar.h
blob
9c79b892a3d5ee7315081746899f3e964c27a0f9
1
#ifndef _WCHAR_H
2
#define _WCHAR_H
3
4
#include <stddef.h>
5
6
#ifndef __WINT_TYPE__
7
# define __WINT_TYPE__ unsigned int
8
#endif
9
typedef
__WINT_TYPE__
wint_t
;
10
11
#endif