mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add define for CONST.
Newer interfaces take CONST parameters, so define CONST to minimize differences between our headers and the standards docs. Differential Revision: https://reviews.freebsd.org/D19971
This commit is contained in:
parent
fb288770e8
commit
40c9957cb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346407
@ -63,6 +63,7 @@ typedef VOID *EFI_EVENT;
|
||||
#define IN
|
||||
#define OUT
|
||||
#define OPTIONAL
|
||||
#define CONST const
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user