aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.h
blob: c9a02e1616bcaf9b4890941572d358ffc6e5f34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// See LICENSE for license details.

#ifndef _BBL_H
#define _BBL_H

#ifndef __ASSEMBLER__

#include <stdint.h>
#include <stddef.h>

void print_logo();

#endif // !__ASSEMBLER__

#endif