of_videomode.h 367 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright 2012 Steffen Trumtrar <[email protected]>
  4. *
  5. * videomode of-helpers
  6. */
  7. #ifndef __LINUX_OF_VIDEOMODE_H
  8. #define __LINUX_OF_VIDEOMODE_H
  9. struct device_node;
  10. struct videomode;
  11. int of_get_videomode(struct device_node *np, struct videomode *vm,
  12. int index);
  13. #endif /* __LINUX_OF_VIDEOMODE_H */