DebugFileOps
Defined in: src/fs/debugfs.ts:28
What a file in debugfs does when it is read or written, i.e. struct file_operations.
Properties
Section titled “Properties”
optionalread?: () =>string|Uint8Array<ArrayBufferLike>
Defined in: src/fs/debugfs.ts:29
Returns
Section titled “Returns”string | Uint8Array<ArrayBufferLike>
write?
Section titled “write?”
optionalwrite?: (value) =>void
Defined in: src/fs/debugfs.ts:30
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void