summaryrefslogtreecommitdiff
path: root/tools/src/chickens.h
blob: c1cb5a6a10912ce27ba87b897619ba741de2b59c (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: MIT */

#ifndef __CHICKENS_H__
#define __CHICKENS_H__

const char *init_cpu(void);

#endif