Add MIT license tag to Pi-AHI header and source files

This commit is contained in:
beeanyew
2021-09-02 03:20:09 +02:00
parent a73818a93f
commit 2167c6dcec
4 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#include <exec/exec.h>

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
struct pi_ahi {
struct Task *t_master;
struct Library *ahi_base;

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
#define PI_AHI_OFFSET 0x88000000
#define PI_AHI_REGSIZE 0x00010000
#define PI_AHI_UPPER 0x8A000000

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT
#define AHIST_M8S 0
#define AHIST_M16S 1
#define AHIST_S8S 2