Last change
on this file since 2550 was 2550, checked in by bird, 26 years ago |
Added module header on the obsolete files.
|
File size:
419 bytes
|
Line | |
---|
1 | /* $Id: myldrGetMte.cpp,v 1.2 2000-01-28 15:28:43 bird Exp $
|
---|
2 | *
|
---|
3 | * Obsolete
|
---|
4 | *
|
---|
5 | * Copyright (c) 1998 knut st. osmundsen
|
---|
6 | *
|
---|
7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | *
|
---|
9 | */
|
---|
10 | #include <ldr.h>
|
---|
11 |
|
---|
12 | int LDRCALL myldrGetMte(ULONG p1, ULONG p2, ULONG p3, ULONG p4, ULONG p5)
|
---|
13 | {
|
---|
14 | //kernel_printf(("_ldrGetMte: p1:0x%x p2:0x%x p3:0x%x p4:0x%x p5:0x%x",p1,p2,p3,p4,p5));
|
---|
15 | return _ldrGetMte(p1,p2,p3,p4,p5);
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.