cregit-Linux how code gets into the kernel

Release 4.7 include/video/of_videomode.h

Directory: include/video
/*
 * 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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
steffen trumtrarsteffen trumtrar33100.00%1100.00%
Total33100.00%1100.00%
Directory: include/video
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}