1
0
mirror of https://github.com/aap/pdp6.git synced 2026-03-10 04:44:43 +00:00
Files
aap.pdp6/fe6/test.h
2019-10-26 16:49:04 +02:00

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;