// See LICENSE for license details. #ifndef _BBL_H #define _BBL_H #ifndef __ASSEMBLER__ #include #include void print_logo(); #endif // !__ASSEMBLER__ #endif