blob: 9f2d6eee36a10e6632bd416dd31e78c4794fe1bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef _OVERLAY_IMPL_H_
#define _OVERLAY_IMPL_H_ 1
void print_load_message(void);
void print_unload_message(void);
void print_random_message(char *str);
#endif /* _OVERLAY_IMPL_H_ */
|