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

stmp3xxx_rtc_wdt.h (331B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * stmp3xxx_rtc_wdt.h
      4 *
      5 * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K.
      6 */
      7#ifndef __LINUX_STMP3XXX_RTC_WDT_H
      8#define __LINUX_STMP3XXX_RTC_WDT_H
      9
     10struct stmp3xxx_wdt_pdata {
     11	void (*wdt_set_timeout)(struct device *dev, u32 timeout);
     12};
     13
     14#endif /* __LINUX_STMP3XXX_RTC_WDT_H */