Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1740 → Rev 1721

/uspace/trunk/pci/pci.c
9,11 → 9,6
* Can be freely distributed and used under the terms of the GNU GPL.
*/
 
/**
* @addtogroup pci
* @{
*/
 
#include <stdio.h>
#include <ddi.h>
#include <task.h>
84,7 → 79,3
pci_cleanup(pacc);
return 0;
}
 
/**
* @}
*/