From 99eed832aedf8557082bb647b5c8e6cdb016f23a Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Mon, 16 Dec 2019 15:36:46 +0100 Subject: util/inteltool: drop OS-specific rdmsr/wrmsr prototypes The previous commit (that was not touching inteltool.h) marking internal functions as static is commit 6faccd1f00 Tested on: FreeBSD 13.0-CURRENT r355582 Change-Id: I4aba72f39b528fd70451a4656fd6c835ff766e49 Signed-off-by: Idwer Vollering Reviewed-on: https://review.coreboot.org/c/coreboot/+/37767 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber Reviewed-by: Angel Pons --- util/inteltool/inteltool.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util') diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 77ad61f410ef..b3253e7d9cdd 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -380,8 +380,6 @@ typedef struct { uint32_t hi, lo; } msr_t; #define rdmsr freebsd_rdmsr #define wrmsr freebsd_wrmsr typedef struct { uint32_t hi, lo; } msr_t; -msr_t freebsd_rdmsr(int addr); -int freebsd_wrmsr(int addr, msr_t msr); #endif typedef struct { uint16_t addr; int size; char *name; } io_register_t; typedef struct { -- cgit v1.2.3