Subversion Repositories HelenOS

Rev

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

Rev 4438 Rev 4537
Line 1... Line 1...
1
#ifndef PCI_H
1
#ifndef PCI_H
2
#define PCI_H
2
#define PCI_H
3
 
3
 
4
//#include <arch/types.h>
4
//#include <arch/types.h>
5
#include <libadt/list.h>
5
#include <adt/list.h>
6
#include <stdio.h>
6
#include <stdio.h>
7
#include <stdlib.h>
7
#include <stdlib.h>
-
 
8
#include <string.h>
8
 
9
 
9
struct pci_drv;
10
struct pci_drv;
10
struct pci_dev;
11
struct pci_dev;
11
struct pci_bus;
12
struct pci_bus;
12
struct pci_drv_ops;
13
struct pci_drv_ops;