blob: 49a5986709b52624796dea38cfc2fcabaf8d5712 [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file UART header file for the K20 family of microprocessors..
*/
#ifndef _UART_K20_H_
#define _UART_K20_H_
void uart_k20_isr(void *arg);
#endif /* _UART_K20_H_ */