]> Git Repo - J-u-boot.git/blob - include/serial_mxc.h
dm: gpio: Add gpio_get_function() and friends
[J-u-boot.git] / include / serial_mxc.h
1 /*
2  * Copyright (c) 2014 Google, Inc
3  * SPDX-License-Identifier:     GPL-2.0+
4  */
5
6 #ifndef __serial_mxc_h
7 #define __serial_mxc_h
8
9 /* Information about a serial port */
10 struct mxc_serial_platdata {
11         struct mxc_uart *reg;  /* address of registers in physical memory */
12 };
13
14 #endif
This page took 0.026724 seconds and 4 git commands to generate.