repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
amiga
/
dev
/
kbdvar.h
blob
00fce3ccc7bf6cad69dc151a1e31de44d5ef2b83
1
/* $NetBSD: kbdvar.h,v 1.1.8.1 2005/11/10 13:51:36 skrll Exp $ */
2
3
/*
4
* Public domain.
5
*/
6
7
#ifndef _AMIGA_DEV_KBDVAR_H_
8
#define _AMIGA_DEV_KBDVAR_H_
9
10
void
kbd_cnattach
(
void
);
11
12
#endif
13