Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/GraphicsEnabler/ati.h

1/*
2 * ATI Graphics Card Enabler, part of the Chameleon Boot Loader Project
3 *
4 * Copyright 2010 by Islam M. Ahmed Zaid. All rights reserved.
5 *
6 */
7
8#ifndef __LIBSAIO_ATI_H
9#define __LIBSAIO_ATI_H
10
11#define kUseAtiROM"UseAtiROM"/* ati.c */
12#define kAtiConfig "AtiConfig" /* ati.c */
13#define kAtiPorts "AtiPorts" /* ati.c */
14#define kATYbinimage "ATYbinimage" /* ati.c */
15
16bool setup_ati_devprop(pci_dt_t *ati_dev);
17
18
19#endif /* !__LIBSAIO_ATI_H */
20

Archive Download this file

Revision: 2057