diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/dm/platform_data/atmel_serial.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/dm/platform_data/atmel_serial.h b/include/dm/platform_data/atmel_serial.h new file mode 100644 index 00000000000..96da6f50287 --- /dev/null +++ b/include/dm/platform_data/atmel_serial.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2014 Google, Inc + */ + +#ifndef _ATMEL_SERIAL_H +#define _ATMEL_SERIAL_H + +/* Information about a serial port */ +struct atmel_serial_plat { + uintptr_t base_addr; +}; + +#endif |
