mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=11
15 lines
357 B
C
15 lines
357 B
C
/* SYSTEM STRUCTURES ******************************************************/
|
|
|
|
#include <internal/hal/hal.h>
|
|
#include <ddk/cfgtypes.h>
|
|
#include <ddk/ketypes.h>
|
|
#include <ddk/obtypes.h>
|
|
#include <ddk/mmtypes.h>
|
|
#include <ddk/iotypes.h>
|
|
#include <ddk/extypes.h>
|
|
#include <ddk/pstypes.h>
|
|
|
|
typedef struct _ADAPTER_OBJECT
|
|
{
|
|
} ADAPTER_OBJECT, *PADAPTER_OBJECT;
|