Subversion Repositories Kolibri OS

Rev

Rev 6084 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6084 Rev 6937
Line 26... Line 26...
26
 */
26
 */
Line 27... Line 27...
27
 
27
 
28
#ifndef _I830_BIOS_H_
28
#ifndef _I830_BIOS_H_
Line 29... Line -...
29
#define _I830_BIOS_H_
-
 
30
 
-
 
31
#include 
29
#define _I830_BIOS_H_
32
 
30
 
33
struct vbt_header {
31
struct vbt_header {
34
	u8 signature[20];		/**< Always starts with 'VBT$' */
32
	u8 signature[20];		/**< Always starts with 'VBT$' */
35
	u16 version;			/**< decimal */
33
	u16 version;			/**< decimal */
Line 586... Line 584...
586
 
584
 
587
struct bdb_psr {
585
struct bdb_psr {
588
	struct psr_table psr_table[16];
586
	struct psr_table psr_table[16];
Line 589... Line -...
589
} __packed;
-
 
590
 
-
 
591
int intel_parse_bios(struct drm_device *dev);
587
} __packed;
592
 
588
 
593
/*
589
/*
594
 * Driver<->VBIOS interaction occurs through scratch bits in
590
 * Driver<->VBIOS interaction occurs through scratch bits in