Blame view

include/video/of_videomode.h 367 Bytes
cc3f414cf   Steffen Trumtrar   video: add of hel...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /*
   * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de>
   *
   * videomode of-helpers
   *
   * This file is released under the GPLv2
   */
  
  #ifndef __LINUX_OF_VIDEOMODE_H
  #define __LINUX_OF_VIDEOMODE_H
  
  struct device_node;
  struct videomode;
  
  int of_get_videomode(struct device_node *np, struct videomode *vm,
  		     int index);
  
  #endif /* __LINUX_OF_VIDEOMODE_H */