reactos/drivers/network/acd/include/acdapi.h

17 lines
364 B
C
Raw Normal View History

/*
* 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 */