linux/tools/bootconfig/include/linux/bootconfig.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _BOOTCONFIG_LINUX_BOOTCONFIG_H
   3#define _BOOTCONFIG_LINUX_BOOTCONFIG_H
   4
   5#include "../../../../include/linux/bootconfig.h"
   6
   7#ifndef fallthrough
   8# define fallthrough
   9#endif
  10
  11#endif
  12