From 87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Thu, 14 Apr 2022 13:50:55 +0200 Subject: Introduce an `include` directory for header files Move all header files to the new `include` directory. Adapt include directives and build systems to the new directory. Change-Id: Iaddd6bbfa0624b166d422f665877f096983bf4cf Signed-off-by: Felix Singer Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/58622 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- hwaccess_x86_io.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 hwaccess_x86_io.h (limited to 'hwaccess_x86_io.h') diff --git a/hwaccess_x86_io.h b/hwaccess_x86_io.h deleted file mode 100644 index 31d1e86c..00000000 --- a/hwaccess_x86_io.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * This file is part of the flashrom project. - * - * Copyright (C) 2009 Carl-Daniel Hailfinger - * Copyright (C) 2022 secunet Security Networks AG - * (Written by Thomas Heijligen -/** - */ -int rget_io_perms(void); - -void OUTB(uint8_t value, uint16_t port); -void OUTW(uint16_t value, uint16_t port); -void OUTL(uint32_t value, uint16_t port); -uint8_t INB(uint16_t port); -uint16_t INW(uint16_t port); -uint32_t INL(uint16_t port); - -#endif /* __HWACCESS_X86_IO_H__ */ -- cgit v1.2.3