mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-18 17:53:10 +00:00
cc34ace39a
Signed-off-by: Hector Martin <marcan@marcan.st>
8 lines
119 B
C
8 lines
119 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef __CHICKENS_H__
|
|
#define __CHICKENS_H__
|
|
|
|
const char *init_cpu(void);
|
|
|
|
#endif
|