mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 22:39:47 +00:00
16 lines
364 B
C
16 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 */
|