atmel_serial.h 228 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2014 Google, Inc
  4. */
  5. #ifndef _ATMEL_SERIAL_H
  6. #define _ATMEL_SERIAL_H
  7. /* Information about a serial port */
  8. struct atmel_serial_plat {
  9. uint32_t base_addr;
  10. };
  11. #endif