mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
7 lines
168 B
C
7 lines
168 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
/* q40ints.c */
|
||
|
void q40_init_IRQ(void);
|
||
|
void q40_mksound(unsigned int hz, unsigned int ticks);
|
||
|
void q40_sched_init(void);
|