Subversion Repositories Kolibri OS

Rev

Rev 6282 | 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.     .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
  87.  
  88.     .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
  89.     .def  _AllocPage;         .scl  2;  .type 32; .endef
  90.     .def  _AllocPages;        .scl  2;  .type 32; .endef
  91.  
  92.     .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
  93.  
  94.     .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
  95.     .def  _ChangeTask;        .scl  2;  .type 32; .endef
  96.     .def  _CreateEvent;       .scl  2;  .type 32; .endef
  97.     .def  _CreateObject;      .scl  2;  .type 32; .endef
  98.     .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
  99.     .def  _CreateThread;      .scl  2;  .type 32; .endef
  100.  
  101.     .def  _Delay;             .scl  2;  .type 32; .endef
  102.     .def  _DestroyEvent;      .scl  2;  .type 32; .endef
  103.     .def  _DestroyObject;     .scl  2;  .type 32; .endef
  104.  
  105.     .def  _DiskAdd;           .scl  2;  .type 32; .endef
  106.     .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
  107.  
  108.     .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
  109.     .def  _FreePage;          .scl  2;  .type 32; .endef
  110.  
  111.     .def  _GetClockNs;        .scl  2;  .type 32; .endef
  112.  
  113.     .def  _GetDisplay;        .scl  2;  .type 32; .endef
  114.  
  115.     .def  _GetDisplay;        .scl  2;  .type 32; .endef
  116.     .def  _GetEvent;          .scl  2;  .type 32; .endef
  117.     .def  _GetPCIList;        .scl  2;  .type 32; .endef
  118.     .def  _GetPid;            .scl  2;  .type 32; .endef
  119.     .def  _GetPgAddr;         .scl  2;  .type 32; .endef
  120.     .def  _GetService;        .scl  2;  .type 32; .endef
  121.     .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
  122.     .def  _GetStackBase;      .scl  2;  .type 32; .endef
  123.     .def  _GetWindowRect;     .scl  2;  .type 32; .endef
  124.  
  125.     .def  _KernelAlloc;       .scl  2;  .type 32; .endef
  126.     .def  _KernelFree;        .scl  2;  .type 32; .endef
  127.  
  128.     .def  _MapIoMem;          .scl  2;  .type 32; .endef
  129.  
  130.     .def  _MapPage;           .scl  2;  .type 32; .endef
  131.  
  132.     .def  _MutexInit;         .scl  2;  .type 32; .endef
  133.     .def  _MutexLock;         .scl  2;  .type 32; .endef
  134.     .def  _MutexUnlock;       .scl  2;  .type 32; .endef
  135.  
  136.     .def _InitRwsem;          .scl  2;  .type 32; .endef
  137.     .def _DownRead;           .scl  2;  .type 32; .endef
  138.     .def _DownWrite;          .scl  2;  .type 32; .endef
  139.     .def _UpRead;             .scl  2;  .type 32; .endef
  140.     .def _UpWrite;            .scl  2;  .type 32; .endef
  141.  
  142.     .def  _PciApi;            .scl  2;  .type 32; .endef
  143.     .def  _PciRead16;         .scl  2;  .type 32; .endef
  144.     .def  _PciRead32;         .scl  2;  .type 32; .endef
  145.     .def  _PciRead8;          .scl  2;  .type 32; .endef
  146.     .def  _PciWrite16;        .scl  2;  .type 32; .endef
  147.     .def  _PciWrite32;        .scl  2;  .type 32; .endef
  148.     .def  _PciWrite8;         .scl  2;  .type 32; .endef
  149.  
  150.     .def  _RaiseEvent;        .scl  2;  .type 32; .endef
  151.  
  152.     .def  _RegService;        .scl  2;  .type 32; .endef
  153.  
  154.     .def  _SetFramebuffer;    .scl  2;  .type 32; .endef
  155.     .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
  156.     .def  _SetMouseData;      .scl  2;  .type 32; .endef
  157.     .def  _SetScreen;         .scl  2;  .type 32; .endef
  158.     .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
  159.  
  160.     .def  _TimerHS;           .scl  2;  .type 32; .endef
  161.  
  162.     .def  _UserAlloc;         .scl  2;  .type 32; .endef
  163.     .def  _UserFree;          .scl  2;  .type 32; .endef
  164.  
  165.     .def  _WaitEvent;         .scl  2;  .type 32; .endef
  166.     .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
  167.  
  168. _AcpiGetRootPtr:
  169.  
  170. _AllocKernelSpace:
  171. _AllocPage:
  172. _AllocPages:
  173.  
  174. _AttachIntHandler:
  175.  
  176. _CancelTimerHS:
  177. _ChangeTask:
  178. _CreateEvent:
  179. _CreateObject:
  180. _CreateRingBuffer:
  181. _CreateThread:
  182.  
  183. _Delay:
  184.  
  185. _DestroyEvent:
  186. _DestroyObject:
  187.  
  188. _DiskAdd:
  189. _DiskMediaChanged:
  190.  
  191. _FreeKernelSpace:
  192. _FreePage:
  193.  
  194. _GetClockNs:
  195. _GetCpuFreq:
  196. _GetDisplay:
  197. _GetEvent:
  198. _GetPCIList:
  199. _GetPid:
  200. _GetPgAddr:
  201. _GetService:
  202. _GetTimerTicks:
  203. _GetStackBase:
  204. _GetWindowRect:
  205.  
  206. _KernelAlloc:
  207. _KernelFree:
  208.  
  209. _MapIoMem:
  210.  
  211. _MapPage:
  212.  
  213. _MutexInit:
  214. _MutexLock:
  215. _MutexUnlock:
  216.  
  217. _InitRwsem:
  218. _DownRead:
  219. _DownWrite:
  220. _UpRead:
  221. _UpWrite:
  222.  
  223. _PciApi:
  224. _PciRead16:
  225. _PciRead32:
  226. _PciRead8:
  227. _PciWrite16:
  228. _PciWrite32:
  229. _PciWrite8:
  230.  
  231. _RaiseEvent:
  232. _RegService:
  233.  
  234. _SetFramebuffer:
  235. _SetKeyboardData:
  236. _SetMouseData:
  237. _SetScreen:
  238. _SysMsgBoardStr:
  239.  
  240. _TimerHS:
  241.  
  242. _UserAlloc:
  243. _UserFree:
  244. _WaitEvent:
  245. _WaitEventTimeout:
  246.  
  247.         ret
  248.  
  249. .section .drectve
  250.  
  251.         .ascii " -export:AcpiGetRootPtr"       #
  252.         .ascii " -export:AllocKernelSpace"     # stdcall
  253.  
  254.         .ascii " -export:AllocPage"            # gcc ABI
  255.         .ascii " -export:AllocPages"           # gcc ABI
  256.  
  257.         .ascii " -export:AttachIntHandler"     # stdcall
  258.  
  259.         .ascii " -export:CancelTimerHS"        # stfcall
  260.         .ascii " -export:ChangeTask"           #
  261.         .ascii " -export:CreateEvent"          #
  262.         .ascii " -export:CreateObject"         #
  263.         .ascii " -export:CreateRingBuffer"     # stdcall
  264.         .ascii " -export:CreateThread"         #
  265.  
  266.         .ascii " -export:Delay"                # stdcall
  267.         .ascii " -export:DestroyEvent"
  268.         .ascii " -export:DestroyObject"
  269.         .ascii " -export:DiskAdd"              # stdcall
  270.         .ascii " -export:DiskMediaChanged"     # stdcall
  271.  
  272.         .ascii " -export:FreeKernelSpace"      # stdcall
  273.         .ascii " -export:FreePage"             #
  274.  
  275.         .ascii " -export:GetClockNs"           #
  276.         .ascii " -export:GetCpuFreq"           #
  277.         .ascii " -export:GetDisplay"           # stdcall
  278.         .ascii " -export:GetEvent"             #
  279.         .ascii " -export:GetPCIList"           #
  280.         .ascii " -export:GetPid"               #
  281.         .ascii " -export:GetPgAddr"            # stdcall
  282.         .ascii " -export:GetService"           # stdcall
  283.         .ascii " -export:GetTimerTicks"        #
  284.         .ascii " -export:GetStackBase"         #
  285.         .ascii " -export:GetWindowRect"        # fastcall
  286.  
  287.  
  288.         .ascii " -export:KernelAlloc"          # stdcall
  289.         .ascii " -export:KernelFree"           # stdcall
  290.  
  291.         .ascii " -export:MapIoMem"             # stdcall
  292.         .ascii " -export:MapPage"              # stdcall
  293.  
  294.         .ascii " -export:MutexInit"            # fastcall
  295.         .ascii " -export:MutexLock"            # fastcall
  296.         .ascii " -export:MutexUnlock"          # fastcall
  297.  
  298.         .ascii " -export:InitRwsem"            # fastcall
  299.         .ascii " -export:DownRead"             # fastcall
  300.         .ascii " -export:DownWrite"            # fastcall
  301.         .ascii " -export:UpRead"               # fastcall
  302.         .ascii " -export:UpWrite"              # fastcall
  303.  
  304.         .ascii " -export:PciApi"               #
  305.         .ascii " -export:PciRead16"            # stdcall
  306.         .ascii " -export:PciRead32"            # stdcall
  307.         .ascii " -export:PciRead8"             # stdcall
  308.         .ascii " -export:PciWrite16"           # stdcall
  309.         .ascii " -export:PciWrite32"           # stdcall
  310.         .ascii " -export:PciWrite8"            # stdcall
  311.  
  312.         .ascii " -export:RaiseEvent"           #
  313.  
  314.         .ascii " -export:RegService"           # stdcall
  315.  
  316.         .ascii " -export:SetFramebuffer"       # fastcall
  317.         .ascii " -export:SetKeyboardData"      # stdcall
  318.         .ascii " -export:SetMouseData"         # stdcall
  319.         .ascii " -export:SetScreen"            # stdcall
  320.         .ascii " -export:SysMsgBoardStr"       # stdcall
  321.  
  322.         .ascii " -export:TimerHS"              # stdcall
  323.  
  324.         .ascii " -export:UserAlloc"            # stdcall
  325.         .ascii " -export:UserFree"             # stdcall
  326.  
  327.         .ascii " -export:WaitEvent"            # stdcall
  328.         .ascii " -export:WaitEventTimeout"     # stdcall
  329.  
  330.