19 lines
1,016 B
C
19 lines
1,016 B
C
/******************************************************************************\
|
|
* *
|
|
* HLI.H - Highlight related code header file. *
|
|
* *
|
|
* 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 _HLI_H_
|
|
#define _HLI_H_
|
|
|
|
void HighlightSetPropIfAdapterReady( PHW_DEVICE_EXTENSION pHwDevExt );
|
|
|
|
#endif // _HLI_H_
|