summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/agesa_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/agesa/agesa_helper.h')
-rw-r--r--src/northbridge/amd/agesa/agesa_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/agesa_helper.h b/src/northbridge/amd/agesa/agesa_helper.h
index ee7ab92ddd..6b7275c6e1 100644
--- a/src/northbridge/amd/agesa/agesa_helper.h
+++ b/src/northbridge/amd/agesa/agesa_helper.h
@@ -27,8 +27,11 @@ enum {
PICK_WHEA_CMC, /* WHEA CMV table */
PICK_ALIB, /* SACPI SSDT table with ALIB implementation */
PICK_IVRS, /* IOMMU ACPI IVRS(I/O Virtualization Reporting Structure) table */
+ PICK_CRAT, /* Component Resource Affinity Table table */
+ PICK_CDIT, /* Component Locality Distance Information table */
};
+void agesawrapper_setlateinitptr (void *Late);
void *agesawrapper_getlateinitptr (int pick);
void amd_initcpuio(void);