foostan d18d94e139 Squashed 'qmk/qmk_firmware/' content from commit b7468f4785
git-subtree-dir: qmk/qmk_firmware
git-subtree-split: b7468f47857ad20a031906ccbd654541222a0d26
2024-01-28 19:36:44 +09:00

11 lines
283 B
C

// Copyright 2023 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// AVR can't actually run anything from RAM, so just no-op the define.
#define RESIDENT_IN_RAM(funcname) funcname
#if __has_include_next("_util.h")
# include_next "_util.h"
#endif