✏️ 正在编辑: auxio.h
路径:
/usr/src/linux-aws-headers-4.15.0-1057/arch/sparc/include/asm/auxio.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ___ASM_SPARC_AUXIO_H #define ___ASM_SPARC_AUXIO_H #ifndef __ASSEMBLY__ extern void __iomem *auxio_register; #endif /* ifndef __ASSEMBLY__ */ #if defined(__sparc__) && defined(__arch64__) #include <asm/auxio_64.h> #else #include <asm/auxio_32.h> #endif #endif
💾 保存文件
← 返回文件管理器