Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 29b4817d4018df78086157ea3a55c1d9424a7cfc authored by Linus Torvalds on 08 August 2016, 01:18:00 UTC
Linux 4.8-rc1
Tip revision: 29b4817
bfin_serial.h
/*
 * mach/bfin_serial.h - Blackfin UART/Serial definitions
 *
 * Copyright 2011 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef __BFIN_MACH_SERIAL_H__
#define __BFIN_MACH_SERIAL_H__

#define BFIN_UART_NR_PORTS	2
#define BFIN_UART_TX_FIFO_SIZE	8

#define BFIN_UART_BF60X_STYLE

#endif
back to top