1 | #ifndef __NVKM_CLK_NVA3_H__ |
---|---|
2 | #define __NVKM_CLK_NVA3_H__ |
3 | |
4 | #include <subdev/clock.h> |
5 | |
6 | struct nva3_clock_info { |
7 | u32 clk; |
8 | u32 pll; |
9 | }; |
10 | |
11 | int nva3_clock_info(struct nouveau_clock *, int, u32, u32, |
12 | struct nva3_clock_info *); |
13 | |
14 | #endif |
15 |