mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
20 lines
569 B
C
20 lines
569 B
C
![]() |
/*
|
||
|
* PROJECT: ReactOS PCI Bus Driver
|
||
|
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||
|
* FILE: drivers/bus/pci/intrface/ideintrf.c
|
||
|
* PURPOSE: IDE Interface
|
||
|
* PROGRAMMERS: ReactOS Portable Systems Group
|
||
|
*/
|
||
|
|
||
|
/* INCLUDES *******************************************************************/
|
||
|
|
||
|
#include <pci.h>
|
||
|
#define NDEBUG
|
||
|
#include <debug.h>
|
||
|
|
||
|
/* GLOBALS ********************************************************************/
|
||
|
|
||
|
/* FUNCTIONS ******************************************************************/
|
||
|
|
||
|
/* EOF */
|