/* * Copyright (C) 2015-2017 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 void llmnr_init(const char *hostname, bool ipv6); void llmnr_recv(int sock); #endif /* LLMNR_H */ t-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2016-04-29 23:26:07 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-05-11 21:53:45 +1000
commitcaca285e5ab4a7a19fede51688106ceed6fc45dd (patch)
tree60b38cba1ca255de7aa9948d20cfcef17d44aa74
parenta8ed87c92adf1fd45142323e04f15b522117d575 (diff)
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
We also use MMU_FTR_RADIX to branch out from code path specific to hash. No functionality change. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>