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

rtc-omap.h (176B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef _LINUX_RTCOMAP_H_
      4#define _LINUX_RTCOMAP_H_
      5
      6int omap_rtc_power_off_program(struct device *dev);
      7#endif /* _LINUX_RTCOMAP_H_ */