]> mj.ucw.cz Git - pciutils.git/blob - lib/i386-io-hurd.h
More Windows stuff.
[pciutils.git] / lib / i386-io-hurd.h
1 /*
2  *      The PCI Library -- Access to i386 I/O ports on GNU Hurd
3  *
4  *      Copyright (c) 2003 Marco Gerards <metgerards@student.han.nl>
5  *      Copyright (c) 2003 Martin Mares <mj@ucw.cz>
6  *
7  *      Can be freely distributed and used under the terms of the GNU GPL.
8  */
9
10 #include <sys/io.h>
11
12 static inline int
13 intel_setup_io(void)
14 {
15   return 1;
16 }
17
18 static inline int
19 intel_cleanup_io(void)
20 {
21 }