1#ifndef __NVKM_DEVICE_PRIV_H__
2#define __NVKM_DEVICE_PRIV_H__
3#include <core/device.h>
4
5extern struct nvkm_oclass nvkm_control_oclass[];
6
7int nv04_identify(struct nvkm_device *);
8int nv10_identify(struct nvkm_device *);
9int nv20_identify(struct nvkm_device *);
10int nv30_identify(struct nvkm_device *);
11int nv40_identify(struct nvkm_device *);
12int nv50_identify(struct nvkm_device *);
13int gf100_identify(struct nvkm_device *);
14int gk104_identify(struct nvkm_device *);
15int gm100_identify(struct nvkm_device *);
16#endif
17