dm.h 260 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2013 Google, Inc
  4. */
  5. #ifndef _DM_H_
  6. #define _DM_H_
  7. #include <dm/device.h>
  8. #include <dm/fdtaddr.h>
  9. #include <dm/ofnode.h>
  10. #include <dm/read.h>
  11. #include <dm/platdata.h>
  12. #include <dm/uclass.h>
  13. #endif