StupidOS/kernel/mm/svm/object.inc

10 lines
98 B
PHP

;; File: object.inc
struc SvmObject {
.refcount dd ?
.amap dd ?
.object dd ?
.ops dd ?
}