Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f4d51dffc6c01a9e94650d95ce0104964f8ae822 authored by Linus Torvalds on 07 September 2020, 00:11:40 UTC
Linux 5.9-rc4
Tip revision: f4d51df
cx20442.h
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * cx20442.h  --  audio driver for CX20442
 *
 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
 */

#ifndef _CX20442_CODEC_H
#define _CX20442_CODEC_H

extern struct tty_ldisc_ops v253_ops;

#endif
back to top