Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1721 → Rev 1740

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