-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 143047 b: refs/heads/master c: aa683ff h: refs/heads/master i: 143045: 43264f7 143043: fdc614a 143039: 0c248f9 v: v3
- Loading branch information
Michal Simek
committed
Mar 27, 2009
1 parent
bf0e151
commit 6d4bc22
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a1a741e4143a971dafe66f54defdea2ad9a5be5a | ||
refs/heads/master: aa683ff145fd92df147e1fef15f17e06a2ae009f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* Copyright (C) 2006 Atmark Techno, Inc. | ||
* | ||
* 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_MICROBLAZE_NAMEI_H | ||
#define _ASM_MICROBLAZE_NAMEI_H | ||
|
||
#ifdef __KERNEL__ | ||
|
||
/* This dummy routine maybe changed to something useful | ||
* for /usr/gnemul/ emulation stuff. | ||
* Look at asm-sparc/namei.h for details. | ||
*/ | ||
#define __emul_prefix() NULL | ||
|
||
#endif /* __KERNEL__ */ | ||
|
||
#endif /* _ASM_MICROBLAZE_NAMEI_H */ |