diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 22:33:44 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 22:33:44 -0800 |
| commit | a22c87cf48cb64a264c0696e6749e85b2038e0cf (patch) | |
| tree | 06d9d7fab58467d69ff092b8447b9242ffc7c26f /src/gpgpu-sim/mem_fetch.h | |
| parent | 083f33e3580c2014a80a3e75e7e3c593588a526e (diff) | |
refactor: moving extern variable declarations into headers
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7172]
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.h')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
