summaryrefslogtreecommitdiff
path: root/include/assembler.h
blob: c68f499ecaa91977fabc8b8e4d0b29c951a5e85b (plain)
1
2
3
4
5
6
7
8
#ifndef __ASSEMBLER_H__
#define __ASSEMBLER_H__

int assembler_init(void);
void assembler_flush(void);
void asm_eol(void);

#endif