From a22c87cf48cb64a264c0696e6749e85b2038e0cf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 22:33:44 -0800 Subject: refactor: moving extern variable declarations into headers [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7172] --- src/gpgpu-sim/mem_fetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/mem_fetch.h') diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h index dbd3a2a..1db348a 100644 --- a/src/gpgpu-sim/mem_fetch.h +++ b/src/gpgpu-sim/mem_fetch.h @@ -80,7 +80,7 @@ enum mf_type { N_MF_TYPE }; -typedef struct { +typedef struct mem_fetch { unsigned request_uid; unsigned long long int addr; int nbytes_L1; -- cgit v1.3