blob: a8c1104a83dac2b9690b1f6162cc10572123cda9 [file] [log] [blame]
#ifndef __NV04_INSTMEM_H__
#define __NV04_INSTMEM_H__
struct nv04_instmem_priv {
struct nouveau_gpuobj *vbios;
struct nouveau_gpuobj *ramht;
struct nouveau_gpuobj *ramro;
struct nouveau_gpuobj *ramfc;
};
#endif