Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/commit/4e17e1db96474af5620e3259754df4cb1c46521c/arch/mips/lasat/prom.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef __PROM_H
|
|
#define __PROM_H
|
|
|
|
extern void (*prom_display)(const char *string, int pos, int clear);
|
|
extern void (*prom_monitor)(void);
|
|
|
|
#endif /* __PROM_H */
|
|
|