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

kbd_diacr.h (198B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef _DIACR_H
      3#define _DIACR_H
      4#include <linux/kd.h>
      5
      6extern struct kbdiacruc accent_table[];
      7extern unsigned int accent_table_size;
      8
      9#endif /* _DIACR_H */