dev: boot framebuffer support

This commit is contained in:
2023-06-08 20:46:43 +01:00
parent ff8902ef1c
commit f83ecca490
10 changed files with 163 additions and 67 deletions

View File

@@ -70,7 +70,7 @@ struct bus_device_ops {
};
struct framebuffer_device_ops {
kern_status_t(*scan)(struct device *);
kern_status_t(*set_varinfo)(struct device *, const struct framebuffer_varinfo *);
};
struct block_device {