mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef __BOOT_H
|
|
#define __BOOT_H
|
|
|
|
void serialboot(void);
|
|
void netboot(void);
|
|
void flashboot(void);
|
|
void romboot(void);
|
|
|
|
#endif /* __BOOT_H */
|