~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/board/BuR/common/bur_common.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * bur_comon.h
 
3
 *
 
4
 * common board information header for B&R boards
 
5
 *
 
6
 * Copyright (C) 2013 Hannes Petermaier <oe5hpm@oevsv.at>
 
7
 * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
 
8
 *
 
9
 * SPDX-License-Identifier:     GPL-2.0+
 
10
 */
 
11
 
 
12
#ifndef _BUR_COMMON_H_
 
13
#define _BUR_COMMON_H_
 
14
 
 
15
void blink(u32 blinks, u32 intervall, u32 pin);
 
16
void pmicsetup(u32 mpupll);
 
17
void enable_uart0_pin_mux(void);
 
18
void enable_i2c0_pin_mux(void);
 
19
void enable_board_pin_mux(void);
 
20
int board_eth_init(bd_t *bis);
 
21
 
 
22
#endif