u-boot-brain/arch/blackfin/include/asm/mach-bf537/def_local.h
Mike Frysinger 4638b21f2e Blackfin: import gpio/portmux layer from Linux
The current pinmux handling has spread throughout Blackfin drivers and
board code and is getting hideous to maintain.  So import the gpio and
portmux layer from the Blackfin Linux code.  This should spur a serious
of cleanups across the Blackfin tree.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-07-05 05:30:07 -04:00

6 lines
99 B
C

#include "gpio.h"
#include "portmux.h"
#include "ports.h"
#define BF537_FAMILY 1 /* Linux glue */