Project

General

Profile

Download (243 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef __ASM_LINKAGE_H
2
#define __ASM_LINKAGE_H
3

    
4
/* asm-arm/linkage.h */
5

    
6
#define __ALIGN .align 0
7
#define __ALIGN_STR ".align 0"
8

    
9
/* linux/linkage.h */
10

    
11
#define ALIGN __ALIGN
12

    
13
#define ENTRY(name) \
14
  .globl name; \
15
  ALIGN; \
16
  name:
17

    
18
#endif
(7-7/9)
Add picture from clipboard (Maximum size: 48.8 MB)