xref: /haiku/src/add-ons/accelerants/radeon_hd/bios.h (revision ac078a5b110045de12089052a685a6a080545db1)
1 /*
2  * Copyright 2011, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Alexander von Gluck IV, kallisti5@unixzen.com
7  */
8 
9 
10 #include <stdint.h>
11 
12 // AtomBios includes
13 extern "C" {
14 #include "CD_Common_Types.h"
15 #include "CD_Definitions.h"
16 #include "atombios.h"
17 }
18 
19 
20 status_t AtomParser(void *parameterSpace, uint8_t index,
21 	void *handle, void *biosBase);
22 
23