read_extra.c 294 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2017 Google, Inc
  4. * Written by Simon Glass <sjg@chromium.org>
  5. */
  6. #include <common.h>
  7. #include <dm.h>
  8. #include <dm/of_addr.h>
  9. #include <dm/read.h>
  10. #include <linux/ioport.h>
  11. /* This file can hold non-inlined dev_read_...() functions */