dm.h 350 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2013 Google, Inc
  4. */
  5. #ifdef _DM_H_
  6. #warning "Suspect dm.h is included from a header file - please fix"
  7. #endif
  8. #ifndef _DM_H_
  9. #define _DM_H_
  10. #include <dm/device.h>
  11. #include <dm/fdtaddr.h>
  12. #include <dm/ofnode.h>
  13. #include <dm/read.h>
  14. #include <dm/platdata.h>
  15. #include <dm/uclass.h>
  16. #endif