mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-18 17:53:10 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef __CHICKENS_H__
|
||
|
#define __CHICKENS_H__
|
||
|
|
||
|
const char *init_cpu(void);
|
||
|
|
||
|
#endif
|