diff options
Diffstat (limited to 'pci-arbiter/pcifs.h')
-rw-r--r-- | pci-arbiter/pcifs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pci-arbiter/pcifs.h b/pci-arbiter/pcifs.h index deb57b06..72cf2910 100644 --- a/pci-arbiter/pcifs.h +++ b/pci-arbiter/pcifs.h @@ -168,10 +168,10 @@ struct pcifs }; /* Main FS pointer */ -struct pcifs *fs; +extern struct pcifs *fs; /* Global mapped time */ -volatile struct mapped_time_value *pcifs_maptime; +extern volatile struct mapped_time_value *pcifs_maptime; /* Update entry and node times */ #define UPDATE_TIMES(e, what) (\ |