regression: mmap for fd
[lunaix-os.git] / lunaix-os / includes / lunaix / device.h
index 1c2445b04f84930b86f699d34daab3d3964670d0..ee56b1da9d9a19592fa0274b5de5c733e87fea32 100644 (file)
@@ -66,4 +66,7 @@ device_getbyname(struct device* root_dev, const char* name, size_t len);
 struct device*
 device_getbyoffset(struct device* root_dev, int pos);
 
+void
+device_init_builtin();
+
 #endif /* __LUNAIX_DEVICE_H */