summaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2011-01-16 22:44:12 -0800
committerBob Gilligan <gilligan@vyatta.com>2011-01-16 23:07:47 -0800
commit4d155cbf37ca909daff06dd8c7119274d0861f6c (patch)
treefe9d460fb46097986fe234fddb3f9bd2935c8642 /src/state.h
parent9405281a9e16e55af687c98a83d327946953cc09 (diff)
downloadvyatta-biosdevname-4d155cbf37ca909daff06dd8c7119274d0861f6c.tar.gz
vyatta-biosdevname-4d155cbf37ca909daff06dd8c7119274d0861f6c.zip
Merge upstream version 0.3.4.
(cherry picked from commit 21eb1c8d6fefa5dcd3a9a800b4add06d5c30c01f)
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index 25bcc61..220bffd 100644
--- a/src/state.h
+++ b/src/state.h
@@ -6,13 +6,16 @@
#ifndef LIBBIOSDEVICE_STATE_H_INCLUDED
#define LIBBIOSDEVICE_STATE_H_INCLUDED
+#include <pci/pci.h>
#include "list.h"
+#include "pirq.h"
struct libbiosdevname_state {
struct list_head bios_devices;
struct list_head pci_devices;
- struct list_head pcmcia_devices;
struct list_head network_devices;
+ struct pci_access *pacc;
+ struct routing_table *pirq_table;
};
#endif /* LIBBIOSDEVICESTATE_H_INCLUDED */