1.1.1.5 DRV_IO_ISBLOCKING Macro

C

#define DRV_IO_ISBLOCKING(intent) (intent & DRV_IO_INTENT_BLOCKING)

Summary

Returns if the I/O intent provided is blocking

Description

This macro returns if the I/O intent provided is blocking.

Remarks

None.