of_videomode.h 367 B

123456789101112131415161718
  1. /*
  2. * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de>
  3. *
  4. * videomode of-helpers
  5. *
  6. * This file is released under the GPLv2
  7. */
  8. #ifndef __LINUX_OF_VIDEOMODE_H
  9. #define __LINUX_OF_VIDEOMODE_H
  10. struct device_node;
  11. struct videomode;
  12. int of_get_videomode(struct device_node *np, struct videomode *vm,
  13. int index);
  14. #endif /* __LINUX_OF_VIDEOMODE_H */