#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_raw_write (IN PDEVICE_EXTENSION Pdx, IN const PUCHAR Buffer, IN ULONG Size, OUT ULONG *Written) |
| Write some bytes to the IEC bus. | |
**************************************************************
Definition in file rawwrite.c.
|
||||||||||||||||||||
|
Write some bytes to the IEC bus.
Definition at line 48 of file rawwrite.c. References cbmiec_i_raw_write(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM. Referenced by cbm_execute_readwrite(). |
1.4.2