]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/video/of_videomode.h
nvme_fc: add module to ops template to allow module references
[mirror_ubuntu-bionic-kernel.git] / include / video / of_videomode.h
CommitLineData
cc3f414c
ST
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
9#ifndef __LINUX_OF_VIDEOMODE_H
10#define __LINUX_OF_VIDEOMODE_H
11
12struct device_node;
13struct videomode;
14
15int of_get_videomode(struct device_node *np, struct videomode *vm,
16 int index);
17
18#endif /* __LINUX_OF_VIDEOMODE_H */