Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

32 lines
484 B

/*****************************************************************************
*
* Copyright (c) 1995 Microsoft Corporation
*
* File: irmac.h
*
* Description: IRLAP MAC definitions and entry point prototypes
*
* Author: mbert
*
* Date: 4/15/95
*
*/
// Entry Points
UINT IrmacInitialize();
UINT IrmacDown(
IN PVOID IrmacContext,
PIRDA_MSG pMsg);
UINT IRMAC_RxFrame(IRDA_MSG *pMsg);
UINT IRMAC_TimerExpired(IRDA_TIMER Timer);
void IRMAC_PrintState();