Added mailbox system
This commit is contained in:
parent
c49ff2998d
commit
59f5fb2c6e
5 changed files with 149 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
#include "stdint.h"
|
||||
|
||||
enum
|
||||
{
|
||||
PERIPHERAL_BASE = 0xFE000000
|
||||
};
|
||||
|
||||
// Functions for peeking/poking into memory
|
||||
void poke(int64_t addr, uint32_t val);
|
||||
uint32_t peek(int64_t addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue