reactos/drivers/network/acd/include/acdapi.h
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

17 lines
364 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS RAS Automatic Connection Driver
* FILE: include/acdapi.h
* PURPOSE: Header file
* PROGRAMMERS: Dmitry Chapyshev(dmitry@reactos.org)
* REVISIONS:
* 25/05/2008 Created
*/
#ifndef _ACDAPI_H
#define _ACDAPI_H
#define FILE_DEVICE_RASACD 0xf1
#endif /* _ACDAPI_H */