You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an in-kernel interface and implementation for mach_device_open. This is needed to open a device like a disk and to be called via IPC from the driver in userspace.
Add the file: kernel/generic/kernel/device/mach_device.c and relative header file in the right path
Add mach_device_open interface and implementation in the file: kernel/generic/kernel/device/mach_device.c
The text was updated successfully, but these errors were encountered:
Add an in-kernel interface and implementation for mach_device_open. This is needed to open a device like a disk and to be called via IPC from the driver in userspace.
The text was updated successfully, but these errors were encountered: