cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

of_videomode.h (367B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de>
      4 *
      5 * videomode of-helpers
      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 */