NeKernel dev
Loading...
Searching...
No Matches
ddk_dev.c File Reference
#include <DDKKit/dev.h>
#include <DDKKit/str.h>

Functions

DDK_EXTERN DDK_DEVICE_PTR open (const char *devicePath)
 Open a new binary device from path.
DDK_EXTERN BOOL close (DDK_DEVICE_PTR device)
 Close any device.

Function Documentation

◆ close()

DDK_EXTERN BOOL close ( DDK_DEVICE_PTR device)

Close any device.

Parameters
devicevalid device.

◆ open()

DDK_EXTERN DDK_DEVICE_PTR open ( const char * devicePath)

Open a new binary device from path.

Open a new device from path.