perf tests: Fix out of bounds memory access
[linux/fpc-iii.git] / include / video / of_videomode.h
blobab907ada89d0722a54de01b623a8e23534584677
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de>
5 * videomode of-helpers
6 */
8 #ifndef __LINUX_OF_VIDEOMODE_H
9 #define __LINUX_OF_VIDEOMODE_H
11 struct device_node;
12 struct videomode;
14 int of_get_videomode(struct device_node *np, struct videomode *vm,
15 int index);
17 #endif /* __LINUX_OF_VIDEOMODE_H */