Subversion Repositories Kolibri OS

Rev

Rev 6591 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2.     .file   "export.s"
  3.     .intel_syntax
  4.  
  5. .text
  6.     .global _AcpiGetRootPtr
  7.     .global _AllocKernelSpace
  8.     .global _AllocPage
  9.     .global _AllocPages
  10.  
  11.     .global _AttachIntHandler
  12.  
  13.     .global _CancelTimerHS
  14.     .global _ChangeTask
  15.     .global _CreateEvent
  16.     .global _CreateObject
  17.     .global _CreateRingBuffer
  18.     .global _CreateThread
  19.  
  20.     .global _Delay
  21.     .global _DestroyEvent
  22.     .global _DestroyObject
  23.  
  24.     .global _DiskAdd
  25.     .global _DiskMediaChanged
  26.  
  27.     .global _FreeKernelSpace
  28.     .global _FreePage
  29.  
  30.     .global _GetClockNs
  31.     .global _GetCpuFreq
  32.     .global _GetDisplay
  33.     .global _GetEvent
  34.     .global _GetPgAddr
  35.     .global _GetPCIList
  36.     .global _GetPid
  37.     .global _GetService
  38.     .global _GetStackBase
  39.     .global _GetTimerTicks
  40.     .global _GetWindowRect
  41.  
  42.     .global _KernelAlloc
  43.     .global _KernelFree
  44.  
  45.     .global _MapIoMem
  46.  
  47.     .global _MapPage
  48.  
  49.     .global _MutexInit
  50.     .global _MutexLock
  51.     .global _MutexUnlock
  52.     .global _InitRwsem
  53.     .global _DownRead
  54.     .global _DownWrite
  55.     .global _UpRead
  56.     .global _UpWrite
  57.  
  58.     .global _PciApi
  59.     .global _PciRead16
  60.     .global _PciRead32
  61.     .global _PciRead8
  62.     .global _PciWrite16
  63.     .global _PciWrite32
  64.     .global _PciWrite8
  65.  
  66.     .global _RaiseEvent
  67.  
  68.     .global _RegService
  69.  
  70.     .global _SetFramebuffer
  71.  
  72.     .global _SetKeyboardData
  73.     .global _SetMouseData
  74.  
  75.     .global _SetScreen
  76.     .global _SysMsgBoardStr
  77.  
  78.     .global _TimerHS
  79.  
  80.     .global _UserAlloc
  81.     .global _UserFree
  82.  
  83.     .global _WaitEvent
  84.     .global _WaitEventTimeout
  85.  
  86.     .global _FS_Service
  87.  
  88.     .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
  89.  
  90.     .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
  91.     .def  _AllocPage;         .scl  2;  .type 32; .endef
  92.     .def  _AllocPages;        .scl  2;  .type 32; .endef
  93.  
  94.     .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
  95.  
  96.     .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
  97.     .def  _ChangeTask;        .scl  2;  .type 32; .endef
  98.     .def  _CreateEvent;       .scl  2;  .type 32; .endef
  99.     .def  _CreateObject;      .scl  2;  .type 32; .endef
  100.     .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
  101.     .def  _CreateThread;      .scl  2;  .type 32; .endef
  102.  
  103.     .def  _Delay;             .scl  2;  .type 32; .endef
  104.     .def  _DestroyEvent;      .scl  2;  .type 32; .endef
  105.     .def  _DestroyObject;     .scl  2;  .type 32; .endef
  106.  
  107.     .def  _DiskAdd;           .scl  2;  .type 32; .endef
  108.     .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
  109.  
  110.     .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
  111.     .def  _FreePage;          .scl  2;  .type 32; .endef
  112.  
  113.     .def  _GetClockNs;        .scl  2;  .type 32; .endef
  114.  
  115.     .def  _GetDisplay;        .scl  2;  .type 32; .endef
  116.  
  117.     .def  _GetDisplay;        .scl  2;  .type 32; .endef
  118.     .def  _GetEvent;          .scl  2;  .type 32; .endef
  119.     .def  _GetPCIList;        .scl  2;  .type 32; .endef
  120.     .def  _GetPid;            .scl  2;  .type 32; .endef
  121.     .def  _GetPgAddr;         .scl  2;  .type 32; .endef
  122.     .def  _GetService;        .scl  2;  .type 32; .endef
  123.     .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
  124.     .def  _GetStackBase;      .scl  2;  .type 32; .endef
  125.     .def  _GetWindowRect;     .scl  2;  .type 32; .endef
  126.  
  127.     .def  _KernelAlloc;       .scl  2;  .type 32; .endef
  128.     .def  _KernelFree;        .scl  2;  .type 32; .endef
  129.  
  130.     .def  _MapIoMem;          .scl  2;  .type 32; .endef
  131.  
  132.     .def  _MapPage;           .scl  2;  .type 32; .endef
  133.  
  134.     .def  _MutexInit;         .scl  2;  .type 32; .endef
  135.     .def  _MutexLock;         .scl  2;  .type 32; .endef
  136.     .def  _MutexUnlock;       .scl  2;  .type 32; .endef
  137.  
  138.     .def _InitRwsem;          .scl  2;  .type 32; .endef
  139.     .def _DownRead;           .scl  2;  .type 32; .endef
  140.     .def _DownWrite;          .scl  2;  .type 32; .endef
  141.     .def _UpRead;             .scl  2;  .type 32; .endef
  142.     .def _UpWrite;            .scl  2;  .type 32; .endef
  143.  
  144.     .def  _PciApi;            .scl  2;  .type 32; .endef
  145.     .def  _PciRead16;         .scl  2;  .type 32; .endef
  146.     .def  _PciRead32;         .scl  2;  .type 32; .endef
  147.     .def  _PciRead8;          .scl  2;  .type 32; .endef
  148.     .def  _PciWrite16;        .scl  2;  .type 32; .endef
  149.     .def  _PciWrite32;        .scl  2;  .type 32; .endef
  150.     .def  _PciWrite8;         .scl  2;  .type 32; .endef
  151.  
  152.     .def  _RaiseEvent;        .scl  2;  .type 32; .endef
  153.  
  154.     .def  _RegService;        .scl  2;  .type 32; .endef
  155.  
  156.     .def  _SetFramebuffer;    .scl  2;  .type 32; .endef
  157.     .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
  158.     .def  _SetMouseData;      .scl  2;  .type 32; .endef
  159.     .def  _SetScreen;         .scl  2;  .type 32; .endef
  160.     .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
  161.  
  162.     .def  _TimerHS;           .scl  2;  .type 32; .endef
  163.  
  164.     .def  _UserAlloc;         .scl  2;  .type 32; .endef
  165.     .def  _UserFree;          .scl  2;  .type 32; .endef
  166.  
  167.     .def  _WaitEvent;         .scl  2;  .type 32; .endef
  168.     .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
  169.    
  170.     .def _FS_Service;         .scl  2;  .type 32; .endef
  171.    
  172. _AcpiGetRootPtr:
  173.  
  174. _AllocKernelSpace:
  175. _AllocPage:
  176. _AllocPages:
  177.  
  178. _AttachIntHandler:
  179.  
  180. _CancelTimerHS:
  181. _ChangeTask:
  182. _CreateEvent:
  183. _CreateObject:
  184. _CreateRingBuffer:
  185. _CreateThread:
  186.  
  187. _Delay:
  188.  
  189. _DestroyEvent:
  190. _DestroyObject:
  191.  
  192. _DiskAdd:
  193. _DiskMediaChanged:
  194.  
  195. _FreeKernelSpace:
  196. _FreePage:
  197.  
  198. _GetClockNs:
  199. _GetCpuFreq:
  200. _GetDisplay:
  201. _GetEvent:
  202. _GetPCIList:
  203. _GetPid:
  204. _GetPgAddr:
  205. _GetService:
  206. _GetTimerTicks:
  207. _GetStackBase:
  208. _GetWindowRect:
  209.  
  210. _KernelAlloc:
  211. _KernelFree:
  212.  
  213. _MapIoMem:
  214.  
  215. _MapPage:
  216.  
  217. _MutexInit:
  218. _MutexLock:
  219. _MutexUnlock:
  220.  
  221. _InitRwsem:
  222. _DownRead:
  223. _DownWrite:
  224. _UpRead:
  225. _UpWrite:
  226.  
  227. _PciApi:
  228. _PciRead16:
  229. _PciRead32:
  230. _PciRead8:
  231. _PciWrite16:
  232. _PciWrite32:
  233. _PciWrite8:
  234.  
  235. _RaiseEvent:
  236. _RegService:
  237.  
  238. _SetFramebuffer:
  239. _SetKeyboardData:
  240. _SetMouseData:
  241. _SetScreen:
  242. _SysMsgBoardStr:
  243.  
  244. _TimerHS:
  245.  
  246. _UserAlloc:
  247. _UserFree:
  248. _WaitEvent:
  249. _WaitEventTimeout:
  250.  
  251. _FS_Service:
  252.  
  253.         ret
  254.  
  255. .section .drectve
  256.  
  257.         .ascii " -export:AcpiGetRootPtr"       #
  258.         .ascii " -export:AllocKernelSpace"     # stdcall
  259.  
  260.         .ascii " -export:AllocPage"            # gcc ABI
  261.         .ascii " -export:AllocPages"           # gcc ABI
  262.  
  263.         .ascii " -export:AttachIntHandler"     # stdcall
  264.  
  265.         .ascii " -export:CancelTimerHS"        # stfcall
  266.         .ascii " -export:ChangeTask"           #
  267.         .ascii " -export:CreateEvent"          #
  268.         .ascii " -export:CreateObject"         #
  269.         .ascii " -export:CreateRingBuffer"     # stdcall
  270.         .ascii " -export:CreateThread"         #
  271.  
  272.         .ascii " -export:Delay"                # stdcall
  273.         .ascii " -export:DestroyEvent"
  274.         .ascii " -export:DestroyObject"
  275.         .ascii " -export:DiskAdd"              # stdcall
  276.         .ascii " -export:DiskMediaChanged"     # stdcall
  277.  
  278.         .ascii " -export:FreeKernelSpace"      # stdcall
  279.         .ascii " -export:FreePage"             #
  280.  
  281.         .ascii " -export:GetClockNs"           #
  282.         .ascii " -export:GetCpuFreq"           #
  283.         .ascii " -export:GetDisplay"           # stdcall
  284.         .ascii " -export:GetEvent"             #
  285.         .ascii " -export:GetPCIList"           #
  286.         .ascii " -export:GetPid"               #
  287.         .ascii " -export:GetPgAddr"            # stdcall
  288.         .ascii " -export:GetService"           # stdcall
  289.         .ascii " -export:GetTimerTicks"        #
  290.         .ascii " -export:GetStackBase"         #
  291.         .ascii " -export:GetWindowRect"        # fastcall
  292.  
  293.  
  294.         .ascii " -export:KernelAlloc"          # stdcall
  295.         .ascii " -export:KernelFree"           # stdcall
  296.  
  297.         .ascii " -export:MapIoMem"             # stdcall
  298.         .ascii " -export:MapPage"              # stdcall
  299.  
  300.         .ascii " -export:MutexInit"            # fastcall
  301.         .ascii " -export:MutexLock"            # fastcall
  302.         .ascii " -export:MutexUnlock"          # fastcall
  303.  
  304.         .ascii " -export:InitRwsem"            # fastcall
  305.         .ascii " -export:DownRead"             # fastcall
  306.         .ascii " -export:DownWrite"            # fastcall
  307.         .ascii " -export:UpRead"               # fastcall
  308.         .ascii " -export:UpWrite"              # fastcall
  309.  
  310.         .ascii " -export:PciApi"               #
  311.         .ascii " -export:PciRead16"            # stdcall
  312.         .ascii " -export:PciRead32"            # stdcall
  313.         .ascii " -export:PciRead8"             # stdcall
  314.         .ascii " -export:PciWrite16"           # stdcall
  315.         .ascii " -export:PciWrite32"           # stdcall
  316.         .ascii " -export:PciWrite8"            # stdcall
  317.  
  318.         .ascii " -export:RaiseEvent"           #
  319.  
  320.         .ascii " -export:RegService"           # stdcall
  321.  
  322.         .ascii " -export:SetFramebuffer"       # fastcall
  323.         .ascii " -export:SetKeyboardData"      # stdcall
  324.         .ascii " -export:SetMouseData"         # stdcall
  325.         .ascii " -export:SetScreen"            # stdcall
  326.         .ascii " -export:SysMsgBoardStr"       # stdcall
  327.  
  328.         .ascii " -export:TimerHS"              # stdcall
  329.  
  330.         .ascii " -export:UserAlloc"            # stdcall
  331.         .ascii " -export:UserFree"             # stdcall
  332.  
  333.         .ascii " -export:WaitEvent"            # stdcall
  334.         .ascii " -export:WaitEventTimeout"     # stdcall
  335.         .ascii " -export:FS_Service"           # watch system call 70
  336.