Fixed Id: lines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-17 13:36:07 +00:00
parent a29d43337f
commit 5254710e63
9 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -24,4 +24,4 @@
# define PACKAGE_NAME "memory"
# define PACKAGE_VERSION "0.1.1"
# define MEMORY_PAGE_USE_SPLAY_TREE 1
#endif
#endif

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -36,4 +36,4 @@
# define MEMORY_TOTAL_PAGES (MEMORY_PAGE_MAXIMAL_SIZE / MEMORY_PAGE_MINIMAL_SIZE)
# define MEMORY_TOTAL_BYTES (MEMORY_PAGE_MAXIMAL_SIZE)
# define MEMORY_TOTAL_ORDERS (1 + MEMORY_PAGE_MAXIMAL_ORDER - MEMORY_PAGE_MINIMAL_ORDER)
#endif
#endif

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -23,4 +23,4 @@
#define __LIBRARY_MEMORY_INLINES_H__
#endif
#endif

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -422,4 +422,4 @@ void memory_check (int order)
}
#endif
#endif
#endif

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -28,4 +28,4 @@ enum
MEMORY_RETURN_FAILURE = 0
};
#endif
#endif

View file

@ -5,7 +5,7 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id:
* $Id$
*
* Copyright (C) 2002 by Alan Korr
*
@ -29,4 +29,4 @@ struct memory_cache;
#endif
#endif