coreboot/src/drivers/generic
Elyes HAOUAS bd1683da29 src/{device,drivers}: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>.
So when <types.h> is included, <stdint.h> and/or <stddef.h> is removed.

Change-Id: I3395715f9e2b03175089186ab2e57d9e508fc87c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32806
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
2019-05-29 20:27:52 +00:00
..
adau7002 src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
bayhub src/{device,drivers}: Add missing 'include <types.h>' 2019-05-29 20:27:52 +00:00
generic coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
gpio_keys src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
gpio_regulator src: Use include <console/console.h> when appropriate 2019-04-23 10:01:21 +00:00
ioapic drivers/generic/ioapic/ioapic.c: Remove unneeded include 2018-06-04 08:42:03 +00:00
max98357a drivers/generic/max98357a: Add extra error handling 2019-05-29 20:11:19 +00:00