mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
12 lines
110 B
C
12 lines
110 B
C
#pragma once
|
|
|
|
#ifndef __ASM__
|
|
#define __ASM__
|
|
|
|
|
|
#define ENTRY(name)\
|
|
.global name; \
|
|
name:
|
|
|
|
|
|
#endif |