Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[cascardo/linux.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / timing.h
1 #ifndef __NVBIOS_TIMING_H__
2 #define __NVBIOS_TIMING_H__
3
4 u16 nvbios_timing_table(struct nouveau_bios *,
5                         u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
6 u16 nvbios_timing_entry(struct nouveau_bios *, int idx, u8 *ver, u8 *hdr);
7
8 #endif