David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
3 | * cx20442.h -- audio driver for CX20442 | ||||
4 | * | ||||
5 | * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | ||||
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef _CX20442_CODEC_H | ||||
9 | #define _CX20442_CODEC_H | ||||
10 | |||||
11 | extern struct tty_ldisc_ops v253_ops; | ||||
12 | |||||
13 | #endif |