mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.2 KiB
20 lines
1.2 KiB
/******************************************************************************\
|
|
* *
|
|
* COPYPROT.H - Copy protection related code. *
|
|
* *
|
|
* Copyright (c) C-Cube Microsystems 1996 *
|
|
* All Rights Reserved. *
|
|
* *
|
|
* Use of C-Cube Microsystems code is governed by terms and conditions *
|
|
* stated in the accompanying licensing statement. *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
#ifndef _COPYPROT_H_
|
|
#define _COPYPROT_H_
|
|
|
|
void CopyProtSetPropIfAdapterReady( PHW_STREAM_REQUEST_BLOCK pSrb );
|
|
void CopyProtSetProp( PHW_STREAM_REQUEST_BLOCK pSrb );
|
|
void CopyProtGetProp( PHW_STREAM_REQUEST_BLOCK pSrb );
|
|
|
|
#endif // _COPYPROT_H_
|