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.
|
/*
|
|
* 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 3
|
|
|
|
#endif
|
|
|