summaryrefslogtreecommitdiff
path: root/include/sound/pxa2xx-lib.h
blob: 2d86f62f94082a9ce7a041f2ef4623f70579c43c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef PXA2XX_LIB_H
#define PXA2XX_LIB_H

#include <linux/types.h>

/* modem registers, used by touchscreen driver */
u32 pxa2xx_ac97_read_modr(void);
u32 pxa2xx_ac97_read_misr(void);

#endif