From 6ef41cd4671ebb8d79d3b8a2cdb33b518ec2e6cf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 07:20:16 -0800 Subject: refactoring: start moving prototypes into headers [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7164] --- src/abstract_hardware_model.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 3b3d07e..612c46d 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -3,6 +3,12 @@ #ifdef __cplusplus +#if !defined(__VECTOR_TYPES_H__) +struct dim3 { + unsigned int x, y, z; +}; +#endif + class core_t { public: virtual ~core_t() {} -- cgit v1.3