1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 09:42:22 +02:00
Files
u-boot-megous/include/arisc.h
Ondrej Jirman ba8c26ce40 initial
2019-03-04 15:37:41 +01:00

21 lines
529 B
C

/*
* include/arisc.h
*
* Copyright 2015-2016 (c) Allwinner.
* superm (superm@allwinnertech.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
*/
#ifndef __ARISC_H__
#define __ARISC_H__
int sunxi_arisc_probe(void);
int sunxi_arisc_wait_ready(void);
int sunxi_arisc_fake_poweroff(void);
#endif /* __ARISC_H__ */