static_call.c 158 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/static_call.h>
  3. long __static_call_return0(void)
  4. {
  5. return 0;
  6. }
  7. EXPORT_SYMBOL_GPL(__static_call_return0);