~ubuntu-branches/ubuntu/saucy/biosdevname/saucy-proposed

« 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
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20120823140737-kxck3thzudd1jfbk
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

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;