summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/agesa/f15tn/Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f15tn/Dispatcher.h')
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f15tn/Dispatcher.h b/src/vendorcode/amd/agesa/f15tn/Dispatcher.h
index 88758e98a90e..3f98e8cc9892 100644
--- a/src/vendorcode/amd/agesa/f15tn/Dispatcher.h
+++ b/src/vendorcode/amd/agesa/f15tn/Dispatcher.h
@@ -46,6 +46,6 @@
// AGESA function prototypes
AGESA_STATUS CALLCONV AmdAgesaDispatcher ( IN OUT VOID *ConfigPtr );
-AGESA_STATUS CALLCONV AmdAgesaCallout ( IN UINT32 Func, IN UINT32 Data, IN OUT VOID *ConfigPtr );
+AGESA_STATUS CALLCONV AmdAgesaCallout ( IN UINT32 Func, IN UINTN Data, IN OUT VOID *ConfigPtr );
#endif // _DISPATCHER_H_