aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_uart.h
blob: ac4138577ce9c3f93895a0257f3974909b9d8257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2016, Intel Corporation.

#ifndef SRC_ZJS_UART_H_
#define SRC_ZJS_UART_H_

#include "jerryscript.h"

/** Initialize the uart module, or reinitialize after cleanup */
 jerry_value_t zjs_uart_init();

/** Release resources held by the uart module */
void zjs_uart_cleanup();

#endif /* SRC_ZJS_UART_H_ */