Skip to content

Commit

Permalink
push to work at school
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jul 16, 2024
1 parent d86c18e commit b992b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/drivers/power/acpi.zig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const kernel = @import("kernel");
const rsdt = @import("rsdt.zig");

var SMI_CMD: ?*u32 = null;
var ACPI_ENABLE: u8 = 0;
Expand Down
2 changes: 2 additions & 0 deletions sources/drivers/power/rsdt.zig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const kernel = @import("kernel");

0 comments on commit b992b51

Please sign in to comment.