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

common.h (330B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef __LINUX_USB_COMMON_H
      4#define __LINUX_USB_COMMON_H
      5
      6#if defined(CONFIG_USB_LED_TRIG)
      7void ledtrig_usb_init(void);
      8void ledtrig_usb_exit(void);
      9#else
     10static inline void ledtrig_usb_init(void) { }
     11static inline void ledtrig_usb_exit(void) { }
     12#endif
     13
     14#endif	/* __LINUX_USB_COMMON_H */