#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_raw_read (IN PDEVICE_EXTENSION Pdx, OUT PUCHAR Buffer, IN ULONG Size, OUT ULONG *Read) |
| Read some bytes from the IEC bus. | |
**************************************************************
Definition in file rawread.c.
|
||||||||||||||||||||
|
Read some bytes from the IEC bus. This function reads some bytes from the IEC bus. If debugging of function parameters is defined, output the given parameters and the returned values.
Definition at line 49 of file rawread.c. References cbmiec_i_raw_read(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM. Referenced by cbm_execute_readwrite(). |
1.4.2