Files
Espresso/include/kernel/vars.h

8 lines
88 B
C
Raw Normal View History

2025-10-20 21:57:30 -05:00
#ifndef _KERNEL_VARIABLES_H
#define _KERNEL_VARIABLES_H
void init_vars(void);
#endif