Revision 2585cf9dfaaddf00b069673f27bb3f8530e2039c authored by Linus Torvalds on 12 December 2021, 22:53:01 UTC, committed by Linus Torvalds on 12 December 2021, 22:53:01 UTC
1 parent 90d9fbc
Raw File
module.lds.h
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __ASM_GENERIC_MODULE_LDS_H
#define __ASM_GENERIC_MODULE_LDS_H

/*
 * <asm/module.lds.h> can specify arch-specific sections for linking modules.
 * Empty for the asm-generic header.
 */

#endif /* __ASM_GENERIC_MODULE_LDS_H */
back to top