<sys/types.h>: Add definitions of bool, true and false for the kernel.
authorSascha Wildner <saw@online.de>
Tue, 18 Oct 2016 19:27:32 +0000 (21:27 +0200)
committerSascha Wildner <saw@online.de>
Tue, 18 Oct 2016 19:27:32 +0000 (21:27 +0200)
commit3b4a3b3bccbc1fcc87ae7ee8716d767b02d6f231
treeb082f025960361f4b4eb318bdfde51d4a8c478fd
parent476c0f693b8bb59f674397ef698475b245c5d1d5
<sys/types.h>: Add definitions of bool, true and false for the kernel.

Remove some local definitions in drivers and also switch boolean_t
over to _Bool (if available).

This is similar to how FreeBSD does it.
sys/cpu/x86_64/include/stdint.h
sys/dev/drm/include/linux/types.h
sys/dev/drm/include/linux/ww_mutex.h
sys/dev/netif/ig_hal/e1000_osdep.h
sys/dev/netif/ix/ixgbe_osdep.h
sys/sys/types.h