From c7a89595eadc5ce2f988b238916537c441700bed Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 6 Oct 2024 16:27:38 -0400 Subject: change license to gpl3 --- src/cpu.zig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/cpu.zig') diff --git a/src/cpu.zig b/src/cpu.zig index 58f5f40..f9d9f33 100644 --- a/src/cpu.zig +++ b/src/cpu.zig @@ -1,3 +1,9 @@ +// Copyright (C) 2024 Clyne Sullivan +// +// Distributed under the GNU GPL v3 or later. You should have received a copy of +// the GNU General Public License along with this program. +// If not, see . + pub fn interrupt_disable() void { asm volatile("cpsid i"); } -- cgit v1.2.3