MCB1700_Welcome/melody.h
2020-11-15 20:14:26 +01:00

10 lines
146 B
C

#ifndef MELODY_H
#define MELODY_H
#include "stdint.h"
extern const uint32_t *cpu32EntryPoint;
extern const uint32_t **cppu32JumpLabels;
#endif