summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
option value='0' selected='selected'>unified
Diffstat
t;torvalds@linux-foundation.org>
2016-09-30 21:25:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-09-30 21:25:09 -0700
commit2161a2a644a6d33a29d68395518d103ed805758f (patch)
tree0e28b059ef641b27988c307ce319c1ca6a421a58
parentdbd8805b0ad46f04cababea5d01f072142961411 (diff)
parent9fb6de1b0bf4ec11573b76059da3c3b39ac7f2ff (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fix from Dmitry Torokhov: "One small change to make joydev (which is used by older games) to bind to devices that export Z axis but not X or Y (such as TRC rudder)" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: joydev - recognize devices with Z axis as joysticks
Diffstat