mirror of https://github.com/nirenjan/libx52.git
16 lines
331 B
C
16 lines
331 B
C
/*
|
|
* Saitek X52 Pro MFD & LED driver - Clock manager
|
|
*
|
|
* Copyright (C) 2021 Nirenjan Krishnan (nirenjan@nirenjan.org)
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
|
*/
|
|
|
|
#ifndef X52D_CLOCK_H
|
|
#define X52D_CLOCK_H
|
|
|
|
void x52d_clock_init(void);
|
|
void x52d_clock_exit(void);
|
|
|
|
#endif // !defined X52D_CLOCK_H
|