/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/pciDriver.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-13 14:33:26 UTC
  • Revision ID: csa@dside.dyndns.org-20110213143326-ud52k05tc0qj35ps
Print a bit more details

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        unsigned int irq;
143
143
        unsigned long bar_start[6];
144
144
        unsigned long bar_length[6];
 
145
        unsigned long bar_flags[6];
145
146
} pci_board_info;
146
147
 
147
148