arm64_internal.h: Expose prototype for arm64_lowputc
Useful procedure in many places.
This commit is contained in:
parent
7c7e163e23
commit
8d52020fe1
@ -308,6 +308,10 @@ void arm64_pginitialize(void);
|
||||
uint64_t * arm64_syscall_switch(uint64_t *regs);
|
||||
int arm64_syscall(uint64_t *regs);
|
||||
|
||||
/* Low level serial output **************************************************/
|
||||
|
||||
void arm64_lowputc(char ch);
|
||||
|
||||
#ifdef USE_SERIALDRIVER
|
||||
/****************************************************************************
|
||||
* Name: arm64_serialinit
|
||||
|
Loading…
Reference in New Issue
Block a user