uccf.h (326ea986ac150acdc7656d57fca647db80b50158) | uccf.h (38d67a4e552ac991f21c2d3e442a38fb0098fda6) |
---|---|
1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * 4 * Dave Liu <daveliu@freescale.com> 5 * based on source code of Shlomi Gridish 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#ifndef __UCCF_H__ 11#define __UCCF_H__ 12 13#include "common.h" 14#include "qe.h" | 1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * 4 * Dave Liu <daveliu@freescale.com> 5 * based on source code of Shlomi Gridish 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#ifndef __UCCF_H__ 11#define __UCCF_H__ 12 13#include "common.h" 14#include "qe.h" |
15#include "asm/immap_qe.h" | 15#include "linux/immap_qe.h" |
16 17/* Fast or Giga ethernet 18*/ 19typedef enum enet_type { 20 FAST_ETH, 21 GIGA_ETH, 22} enet_type_e; 23 --- 95 unchanged lines hidden --- | 16 17/* Fast or Giga ethernet 18*/ 19typedef enum enet_type { 20 FAST_ETH, 21 GIGA_ETH, 22} enet_type_e; 23 --- 95 unchanged lines hidden --- |