From 06d6f3bb15f4c1dc56943304696ac83b36413907 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 23:57:43 -0800 Subject: refactor: shader.cc free of extern declarations [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7176] --- src/gpgpu-sim/dram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgpu-sim/dram.h') diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index fff23f6..cd92fa9 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -126,7 +126,7 @@ typedef struct { unsigned int n_idle; } bank_t; -typedef struct { +typedef struct dram_timing { unsigned int id; unsigned int tCCD; //column to column delay -- cgit v1.3