kboot: Add HOST_MAP_FAILED define

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D39790
This commit is contained in:
Warner Losh 2023-05-01 15:11:32 -06:00
parent b53ec4e44f
commit 83eabc64ef

View file

@ -123,6 +123,8 @@ struct host_timeval {
#define HOST_MAP_FIXED 0x10
#define HOST_MAP_ANONYMOUS 0x20
#define HOST_MAP_FAILED ((void *)-1)
/* Mount flags from uapi */
#define MS_RELATIME (1 << 21)