dm.h 192 B

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