Subversion Repositories HelenOS-historic

Rev

Rev 1307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1307 Rev 1324
Line 1... Line 1...
1
/*
1
/*
2
 *  The PCI Library -- User Access
2
 *  The PCI Library -- User Access
3
 *
3
 *
4
 *  Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz>
4
 *  Copyright (c) 1997--2003 Martin Mares <mj@ucw.cz>
5
 *
5
 *
6
 *  Modified and ported to HelenOS by Jakub Jermar.
6
 *  May 8, 2006 - Modified and ported to HelenOS by Jakub Jermar.
7
 *
7
 *
8
 *  Can be freely distributed and used under the terms of the GNU GPL.
8
 *  Can be freely distributed and used under the terms of the GNU GPL.
9
 */
9
 */
10
 
10
 
11
#include <stdio.h>
11
#include <stdio.h>