mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-02-11 02:30:03 +00:00
Add MIT license tag to Pi-AHI header and source files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <exec/exec.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
struct pi_ahi {
|
||||
struct Task *t_master;
|
||||
struct Library *ahi_base;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define PI_AHI_OFFSET 0x88000000
|
||||
#define PI_AHI_REGSIZE 0x00010000
|
||||
#define PI_AHI_UPPER 0x8A000000
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#define AHIST_M8S 0
|
||||
#define AHIST_M16S 1
|
||||
#define AHIST_S8S 2
|
||||
|
||||
Reference in New Issue
Block a user