Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f7644cbfcdf03528f0f450f3940c4985b2291f49 authored by Linus Torvalds on 09 August 2015, 19:54:30 UTC
Linux 4.2-rc6
Tip revision: f7644cb
bfin_serial.h
/*
 * mach/bfin_serial.h - Blackfin UART/Serial definitions
 *
 * Copyright 2006-2010 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	1

#endif
back to top