Bump __FreeBSD_version for bus resource API change

Specifically, the change to remove redundant rid and type arguments
from bus_* when passing an allocated struct resource.
This commit is contained in:
John Baldwin 2024-03-13 15:14:23 -07:00
parent 9dbf5b0e68
commit a7b9f4d96e

View file

@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500014
#define __FreeBSD_version 1500015
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,