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