fdt_simplefb.h 300 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Simplefb device tree support
  4. *
  5. * (C) Copyright 2015
  6. * Stephen Warren <swarren@wwwdotorg.org>
  7. */
  8. #ifndef _FDT_SIMPLEFB_H_
  9. #define _FDT_SIMPLEFB_H_
  10. int lcd_dt_simplefb_add_node(void *blob);
  11. int lcd_dt_simplefb_enable_existing_node(void *blob);
  12. #endif