X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmodprobe-setup.h;fp=src%2Fmodprobe-setup.h;h=934a9e0a829baf927884443cfb6d9f662fe0c28a;hp=0000000000000000000000000000000000000000;hb=fa0f4d8a3a640b235f12e9eb998ce726495622c1;hpb=057fbb58851f97cfcf4d90d5d3c539ac6f8ab13d diff --git a/src/modprobe-setup.h b/src/modprobe-setup.h new file mode 100644 index 000000000..934a9e0a8 --- /dev/null +++ b/src/modprobe-setup.h @@ -0,0 +1,29 @@ +/*-*- Mode: C; c-basic-offset: 8 -*-*/ + +#ifndef foomodprobesetuphfoo +#define foomodprobesetuphfoo + +/*** + This file is part of systemd. + + Copyright 2010 Lennart Poettering + + systemd 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; either version 2 of the License, or + (at your option) any later version. + + systemd 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 systemd; If not, see . +***/ + +#include + +int modprobe_setup(bool arg_nomodules); + +#endif