diff options
author | Haru <haru@dotalux.com> | 2014-11-16 01:45:16 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-16 07:16:22 +0100 |
commit | 144e519b095590439968b70141229638c75f207f (patch) | |
tree | efc8fd4a52285a58b80494ea9fb3ec42fa4c439f /src/common/HPM.h | |
parent | 72c36285c7cda6b953782b2291474ef25b8763ee (diff) | |
download | hercules-144e519b095590439968b70141229638c75f207f.tar.gz hercules-144e519b095590439968b70141229638c75f207f.tar.bz2 hercules-144e519b095590439968b70141229638c75f207f.tar.xz hercules-144e519b095590439968b70141229638c75f207f.zip |
Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPM.h')
-rw-r--r-- | src/common/HPM.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |