m1n1/src/chickens.h

9 lines
119 B
C
Raw Normal View History

/* SPDX-License-Identifier: MIT */
#ifndef __CHICKENS_H__
#define __CHICKENS_H__
const char *init_cpu(void);
#endif