diff options
Diffstat (limited to 'src/interrupt.zig')
-rw-r--r-- | src/interrupt.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interrupt.zig b/src/interrupt.zig index f00fa22..8aea51f 100644 --- a/src/interrupt.zig +++ b/src/interrupt.zig @@ -1,3 +1,9 @@ +// Copyright (C) 2024 Clyne Sullivan <clyne@bitgloo.com> +// +// 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 <https://www.gnu.org/licenses/>. + extern const init_vector_table: [2]u32; const vector_table_type = [128] *const fn () void; // up to 256 |