~ubuntu-branches/ubuntu/raring/biosdevname/raring

« back to all changes in this revision

Viewing changes to src/pci.h

  • Committer: Package Import Robot
  • Author(s): Mario Limonciello
  • Date: 2012-08-23 14:07:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120823140737-75xoz23esd8jhuv4
Tags: 0.4.1-0ubuntu1
New upstream release (LP: #1040805)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include "state.h"
14
14
#include "config.h"
15
15
 
 
16
struct slotlist
 
17
{
 
18
        struct list_head node;
 
19
        int slot;
 
20
        int count;
 
21
};
 
22
 
16
23
struct pci_device {
17
24
        struct list_head node;
18
25
        struct pci_dev *pci_dev;