summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/arch/rlx/bsp/bspinit.h
blob: e7dddccb4ab8ad7adff42c0786bb91c11ab39abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Realtek Semiconductor Corp.
 *
 * bspinit.h:
 *
 * Tony Wu (tonywu@realtek.com.tw)
 * Dec. 7, 2007
 */
#ifndef __BSPINIT_H_
#define __BSPINIT_H_

.macro  kernel_entry_setup 
.endm

.macro  smp_slave_setup
.endm

#endif