X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=buildtools%2Fpmdinfogen%2Fpmdinfogen.h;h=93930e4543fe458738ba59647851b167681f2267;hb=4f299b7169000aa55fe7a48fe98736f728e4f710;hp=e9eabffb439208b6889f08d049227adb2e954a1f;hpb=112fc39b829039ee4ade210c464d26fecde7eac0;p=dpdk.git diff --git a/buildtools/pmdinfogen/pmdinfogen.h b/buildtools/pmdinfogen/pmdinfogen.h index e9eabffb43..93930e4543 100644 --- a/buildtools/pmdinfogen/pmdinfogen.h +++ b/buildtools/pmdinfogen/pmdinfogen.h @@ -1,12 +1,8 @@ - -/* Postprocess pmd object files to export hw support +/* SPDX-License-Identifier: GPL-2.0 + * Postprocess pmd object files to export hw support * * Copyright 2016 Neil Horman * Based in part on modpost.c from the linux kernel - * - * This software may be used and distributed according to the terms - * of the GNU General Public License V2, incorporated herein by reference. - * */ #include @@ -24,7 +20,6 @@ #include #include #include -#include #include /* On BSD-alike OSes elf.h defines these according to host's word size */ @@ -89,6 +84,7 @@ else \ enum opt_params { PMD_PARAM_STRING = 0, + PMD_KMOD_DEP, PMD_OPT_MAX }; @@ -121,4 +117,3 @@ struct elf_info { struct pmd_driver *drivers; }; -