/* * Copyright (C) 2015-2016 Tobias Klauser * * This file is part of llmnrd. * * llmnrd is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2 of the License. * * llmnrd is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with llmnrd. If not, see . */ #ifndef LLMNR_H #define LLMNR_H #include #include int llmnr_init(const char *hostname, uint16_t port, bool ipv6, const char *iface); int llmnr_run(void); void llmnr_stop(void); #endif /* LLMNR_H */ 'form'>
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2015-11-09 14:47:34 +0800
committerMark Brown <broonie@kernel.org>2015-11-18 12:55:25 +0000
commitd3cb2de2479bbbde29391393d68f2e313e1f0504 (patch)
tree55d2017f20cf22e1090d0040eefc73d159de08b0 /Documentation
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
ASoC: rt5659: add rt5659 codec driver
This is the initial codec driver for rt5659. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')