aboutsummaryrefslogtreecommitdiff
path: root/src/cpu.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cpu.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu.ts b/src/cpu.ts
index a6e0ab6..8a77bd3 100644
--- a/src/cpu.ts
+++ b/src/cpu.ts
@@ -1,3 +1,10 @@
+/**
+ * AVR 8 CPU data structures
+ * Part of avr8js
+ *
+ * Copyright (C) 2019, Uri Shaked
+ */
+
import { u16, u8 } from './types';
export interface ICPU {