Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
conn.h
Go to the documentation of this file.
1 #ifndef __NVBIOS_CONN_H__
2 #define __NVBIOS_CONN_H__
3 
22 };
23 
24 u16 dcb_conntab(struct nouveau_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
25 u16 dcb_conn(struct nouveau_bios *bios, u8 idx, u8 *ver, u8 *len);
26 
27 #endif