www.pudn.com > mizi_vivi.rar > asm-pxa.h
/* * vivi/arch/pxa250/proc.c * * Copyright (C) 2001 MIZI Research, Inc. * * Author: Yong-iL Joh* Date : $Date: 2002/07/23 11:16:58 $ * * $Revision: 1.1 $ * Mon May 28 2002 Yong-iL Joh - initial based on cpu-sa1100.c Mon Jul 22 2002 Janghoon Lyu - ´Ù½Ã ÀÛ¼ºÇÕ´Ï´Ù. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #ifndef _ASM_PXA250_H_ #define _ASM_PXA250_H_ #define ENTRY(name) .globl name; \ name: #endif /* _ASM_PXA250_H_ */ /* | $Id: asm-pxa.h,v 1.1 2002/07/23 11:16:58 tolkien Exp $ | | Local Variables: | mode: asm | mode: font-lock | version-control: t | delete-old-versions: t | End: | | -*- End-Of-File -*- */