/*++

Copyright (c) 1995 Microsoft Corporation

Module Name:
    ac.h

Abstract:
    Falcon AC Driver master include file

Author:
    Erez Haba (erezh) 25-Feb-96

Note:
    This file is compiled in Kernel Mode and User Mode.

--*/

#ifndef __AC_H
#define __AC_H

#include <acioctl.h>
#include <acdef.h>
#include <acapi.h>

#endif // __AC_H
