~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to board/ti/am335x/common_def.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * common_def.h
3
 
 *
4
 
 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
5
 
 *
6
 
 * This program is free software; you can redistribute it and/or
7
 
 * modify it under the terms of the GNU General Public License as
8
 
 * published by the Free Software Foundation version 2.
9
 
 *
10
 
 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
11
 
 * kind, whether express or implied; without even the implied warranty
12
 
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
 
 * GNU General Public License for more details.
14
 
 */
15
 
 
16
 
#ifndef __COMMON_DEF_H__
17
 
#define __COMMON_DEF_H__
18
 
 
19
 
extern void enable_uart0_pin_mux(void);
20
 
extern void configure_evm_pin_mux(unsigned char daughter_board_id,
21
 
                                        unsigned short daughter_board_profile,
22
 
                                        unsigned char daughter_board_flag);
23
 
 
24
 
#endif/*__COMMON_DEF_H__ */