Simplify interface to OS/2 API by moving all definitions to one file:
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 17:42:11 +0000 (17:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 17:42:11 +0000 (17:42 +0000)
commita740c163a05aa1f96738d97af39a7d6ff70c4703
treee1bb4c544f431041ded39d65ca2bcc96212e2c06
parent14a820de0286decd9d45fcb2940fb5c7f72c182f
Simplify interface to OS/2 API by moving all definitions to one file:
"os2api.h".  By means of some trickery, this eliminates the OS/2
dependencies in "syscall.h".  Additionally, add definitions to allow
preallocation of the heap's memory (which is temporarily disabled due
to problems it causes during debugging).
v7/src/microcode/boot.c
v7/src/microcode/config.h
v7/src/microcode/os2api.h
v7/src/microcode/os2top.c