mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
9 lines
99 B
C
9 lines
99 B
C
|
// Different utilities
|
||
|
|
||
|
#ifndef __UTILS_H__
|
||
|
#define __UTILS_H__
|
||
|
|
||
|
int utils_get_uart_key();
|
||
|
|
||
|
#endif
|