Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

45 lines
1.0 KiB

/*****************************************************************************
*
* Copyright (c) 1996-1999 Microsoft Corporation
*
* @doc
* @module esi.h | IrSIR NDIS Miniport Driver
* @comm
*
*-----------------------------------------------------------------------------
*
* Author: Scott Holden (sholden)
*
* Date: 9/30/1996 (created)
*
* Contents: ESI 9680 JetEye dongle specific prototypes.
*
*****************************************************************************/
#include "dongle.h"
#ifndef ESI_H
#define ESI_H
NDIS_STATUS ESI_QueryCaps(
PDONGLE_CAPABILITIES pDongleCaps
);
NDIS_STATUS ESI_Init(
PDEVICE_OBJECT pSerialDevObj
);
void ESI_Deinit(
PDEVICE_OBJECT pSerialDevObj
);
NDIS_STATUS ESI_SetSpeed(
PDEVICE_OBJECT pSerialDevObj,
UINT bitsPerSec,
UINT currentSpeed
);
#endif ESI_H