No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

console.h 168B

1234567891011
  1. /*
  2. * console.h
  3. */
  4. #ifndef __CONSOLE_H__
  5. #define __CONSOLE_H__
  6. void cnsl_init(void);
  7. void cnsl_handle_input(const char *buf, uint32_t len);
  8. #endif // __CONSOLE_H__