macros.h 541 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2020 Nordic Semiconductor ASA
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /* File to be specified by -macro-file in invocations of coccinelle
  7. * to avoid parse errors that prevent application of rules.
  8. *
  9. * This is not exhaustive: only defines that have been proven to
  10. * inhibit context recognition are listed. The structure of the file
  11. * is expected to follow that of the Coccinelle standard.h macro file.
  12. */
  13. /* Zephyr macros */
  14. /* Attributes */
  15. /* Confirmed problematic */
  16. #define __noinit
  17. #define __syscall