libnvdimm/of_pmem: Provide a unique name for bus provider
[linux-2.6-block.git] / include / video / of_videomode.h
CommitLineData
55716d26 1/* SPDX-License-Identifier: GPL-2.0-only */
cc3f414c
ST
2/*
3 * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de>
4 *
5 * videomode of-helpers
cc3f414c
ST
6 */
7
8#ifndef __LINUX_OF_VIDEOMODE_H
9#define __LINUX_OF_VIDEOMODE_H
10
11struct device_node;
12struct videomode;
13
14int of_get_videomode(struct device_node *np, struct videomode *vm,
15 int index);
16
17#endif /* __LINUX_OF_VIDEOMODE_H */