]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/common/vsc3316_3308.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / freescale / common / vsc3316_3308.h
CommitLineData
aa42cb71
SL
1/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
aa42cb71
SL
5 */
6
7#ifndef __VSC_CROSSBAR_H_
8#define __VSC_CROSSBAR_H 1_
9
10#include <common.h>
11#include <i2c.h>
12#include <errno.h>
13
14int vsc_if_enable(unsigned int vsc_addr);
15int vsc3316_config(unsigned int vsc_addr, const int8_t con_arr[][2],
16 unsigned int num_con);
17int vsc3308_config(unsigned int vsc_addr, const int8_t con_arr[][2],
18 unsigned int num_con);
19void vsc_wp_config(unsigned int vsc_addr);
20
21#endif /* __VSC_CROSSBAR_H_ */