1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-06-30 21:52:36 +02:00

hwaccess: replace flashrom specific macros by compiler defines

Replace the remaining IS_* macros with the associated compiler defines

Change-Id: Ia0f022d12390722816066d292e1878824adc613c
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/58280
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Thomas Heijligen
2021-10-12 20:31:45 +02:00
committed by Nico Huber
parent 1379e54f51
commit f42d2f72cc
11 changed files with 20 additions and 113 deletions

View File

@ -15,8 +15,6 @@
* GNU General Public License for more details.
*/
#include "platform.h"
#include <stdio.h>
#if ! IS_WINDOWS /* stuff (presumably) needed for sockets only */
#include <stdlib.h>