OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-m68k/] [init.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
#ifndef _M68K_INIT_H
2
#define _M68K_INIT_H
3
 
4
#define __init __attribute__ ((__section__ (".text.init")))
5
#define __initdata __attribute__ ((__section__ (".data.init")))
6
/* For assembly routines */
7
#define __INIT          .section        ".text.init",#alloc,#execinstr
8
#define __FINIT         .previous
9
#define __INITDATA      .section        ".data.init",#alloc,#write
10
 
11
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.