Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2471
Line 1... Line 1...
1
/*
1
/*
2
 * HelenOS PCI driver.
2
 * HelenOS PCI driver.
3
 *
3
 *
4
 * Copyright (c) 1997-2003 Martin Mares
4
 * (Based on public domain libpci example.c written by Martin Mares.)
5
 * Copyright (c) 2006 Jakub Jermar
5
 * Copyright (c) 2006 Jakub Jermar
6
 *
6
 *
7
 * (Based on libpci example.c written by Martin Mares.)
-
 
8
 *
-
 
9
 * Can be freely distributed and used under the terms of the GNU GPL.
7
 * Can be freely distributed and used under the terms of the GNU GPL.
10
 */
8
 */
11
 
9
 
12
/**
10
/**
13
 * @addtogroup pci
11
 * @addtogroup pci