From 551f8c84a0a9d73748624d739597658d2695e335 Mon Sep 17 00:00:00 2001 From: stefanct Date: Thu, 20 Oct 2011 12:57:14 +0000 Subject: ichspi: add (partially) dead support code for Intel Hardware Sequencing This was done to ease the review. Another patch will hook up (and explain) this code later. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- ich_descriptors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ich_descriptors.h') diff --git a/ich_descriptors.h b/ich_descriptors.h index 886fc7c..4e2ad0a 100644 --- a/ich_descriptors.h +++ b/ich_descriptors.h @@ -255,6 +255,7 @@ void prettyprint_ich_descriptor_region(const struct ich_descriptors *desc); void prettyprint_ich_descriptor_master(const struct ich_desc_master *master); int read_ich_descriptors_via_fdo(void *spibar, struct ich_descriptors *desc); +int getFCBA_component_density(const struct ich_descriptors *desc, uint8_t idx); #endif /* __ICH_DESCRIPTORS_H__ */ #endif /* defined(__i386__) || defined(__x86_64__) */ -- cgit v1.2.1