summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.h
blob: 83e274a376665aed50ef1eac07227cbea618c1fc (plain)
1
2
3
4
5
6
7
8
#ifndef CUDASIM_H_INCLUDED
#define CUDASIM_H_INCLUDED

class memory_space;

extern memory_space *g_global_mem;

#endif