Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4666 → Rev 4667

/branches/dd/uspace/srv/pci/pci.h
1,7 → 1,6
#ifndef PCI_H
#define PCI_H
 
//#include <arch/types.h>
#include <adt/list.h>
#include <stdio.h>
#include <stdlib.h>
18,6 → 17,7
typedef struct pci_drv_ops pci_drv_ops_t;
 
struct pci_drv {
const char *name;
link_t link;
int vendor_id;
int device_id;