OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/include/video/of_videomode.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

19 lines
367 B
C

/*
* 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 */