repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
linux
/
kbd_diacr.h
blob
738c7340c151dd338a406d07cb2112d66e9b9d9e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _DIACR_H
3
#define _DIACR_H
4
#include <linux/kd.h>
5
6
extern
struct
kbdiacruc accent_table
[];
7
extern
unsigned int
accent_table_size
;
8
9
#endif
/* _DIACR_H */