Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/libsaio/pci_root.h

Source at commit 840 created 12 years 11 months ago.
By azimutz, Following r820: - removed a duplicate "execute_hook("Kernel Start"..." - checked and added missing "boot_args/boot_args_pre_lion" stuff - small tweaks to "kDefaultCachePath..." and "gMacOSVersion" - enabled masking out of Pic interrupts on asm.s (thanks to DHP) - comment edits - reverted to XCode 3.2.6 build environment Folder is now on a working state :)
1/*
2 * Copyright 2008 mackerintel
3 */
4
5#ifndef __LIBSAIO_PCI_ROOT_H
6#define __LIBSAIO_PCI_ROOT_H
7
8#include "libsaio.h"
9
10
11extern int getPciRootUID(void);
12unsigned int findpciroot(unsigned char * dsdt,int len);
13
14#endif /* !__LIBSAIO_DSDT_PATCHER_H */
15

Archive Download this file

Revision: 840