From 144e519b095590439968b70141229638c75f207f Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 16 Nov 2014 01:45:16 +0100 Subject: Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core Signed-off-by: Haru --- src/common/HPM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/HPM.h') diff --git a/src/common/HPM.h b/src/common/HPM.h index a4ea504e6..4e1aa5beb 100644 --- a/src/common/HPM.h +++ b/src/common/HPM.h @@ -154,7 +154,7 @@ struct HPM_interface { bool (*DataCheck) (struct s_HPMDataCheck *src, unsigned int size, int version, char *name); void (*datacheck_init) (const struct s_HPMDataCheck *src, unsigned int length, int version); void (*datacheck_final) (void); -} HPM_s; +}; struct HPM_interface *HPM; -- cgit v1.2.3-70-g09d2