mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
13 lines
252 B
C
13 lines
252 B
C
/* SPDX-License-Identifier: MIT OR X11
|
|
*
|
|
* Copyright © 2026 stefan11111 <stefan11111@shitposting.expert>
|
|
*/
|
|
|
|
#ifndef __EVDEH_H__
|
|
#define __EVDEH_H__
|
|
|
|
char* EvdevDefaultPtr(char **name);
|
|
char* EvdevDefaultKbd(char **name);
|
|
|
|
#endif /* __EVDEH_H__ */
|