mirror of
https://github.com/aap/pdp6.git
synced 2026-03-10 04:44:43 +00:00
11 lines
154 B
C
11 lines
154 B
C
#include <stdio.h>
|
|
#include <stdint.h>
|
|
|
|
#define nil NULL
|
|
|
|
typedef uint64_t u64;
|
|
typedef uint32_t u32;
|
|
typedef uint8_t u8;
|
|
|
|
volatile u32 *h2f_lw_led_addr;
|