From fad8c2bd7ca3605fdae3548b8a932aa309871931 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 11 Apr 2008 18:01:50 +0000 Subject: Various small consistency fixes (trivial): - Use _FOO_H include guard format everywhere. - Add missing speaker.c prototypes to libpayload.h. - Consistently use short form u8/u16/u32 instead of uint8_t et. al. - kcofig: Use 'depends on' instead of 'depends', which seems deprecated. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3234 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- payloads/libpayload/include/pci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads/libpayload/include/pci.h') diff --git a/payloads/libpayload/include/pci.h b/payloads/libpayload/include/pci.h index 32ad3fb96d..df88e098ab 100644 --- a/payloads/libpayload/include/pci.h +++ b/payloads/libpayload/include/pci.h @@ -27,8 +27,8 @@ * SUCH DAMAGE. */ -#ifndef _PCI_H_ -#define _PCI_H_ +#ifndef _PCI_H +#define _PCI_H typedef unsigned short pcidev_t; -- cgit v1.2.3