Chameleon

Chameleon Svn Source Tree

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

Source at commit 1419 created 12 years 9 months ago.
By azimutz, Core pkg changes: ditch /usr/sbin and install fdisk440 and bdmesg to /usr/local/bin. Besides being easier to find on local/bin, there are advantages on installing "some" files here instead of sbin, not the case with these two.
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: 1419