tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / network / stacks / AROSTCP / MUI.MiamiPanel / MUI.MiamiPanel.conf
blob94dfccb845a6a0157447fa73b8dd228c992f8797
1 ##begin config
2 basename MiamiPanel
3 libbase MiamiPanelBase
4 libbasetype struct MiamiPanelBase_intern
5 version 4.51
6 options noincludes, nostubs, noautoinit
7 ##end config
8 ##begin cdef
9 #include "muimiamipanel_intern.h"
10 ##end cdef
11 ##begin functionlist
12 LONG MiamiPanelInit(IPTR synccb, IPTR asynccb, LONG  flags, STRPTR font, STRPTR screen, LONG xo, LONG yo, IPTR sigbit) (A0, A1, D0, A2, A3, D1, D2, A4)
13 void MiamiPanelCleanup() ()
14 void MiamiPanelAddInterface(LONG unit, STRPTR name, LONG state, LONG ontime, STRPTR speed) (D0, A0, D1, D2, A1)
15 void MiamiPanelDelInterface(LONG unit) (D0)
16 void MiamiPanelSetInterfaceState(LONG unit, LONG state, LONG ontime) (D0, D1, D2)
17 void MiamiPanelSetInterfaceSpeed(LONG unit, UBYTE * speed) (D0, A0)
18 void MiamiPanelInterfaceReport(LONG unit, LONG rate, LONG now, LONG totalhi, ULONG totallo) (D0, D1, D2, D3, D4)
19 void MiamiPanelToFront() ()
20 void MiamiPanelInhibitRefresh(LONG val) (D0)
21 void MiamiPanelGetCoord(LONG * xp, LONG * yp) (A0, A1)
22 void MiamiPanelEvent(ULONG sigs) (D0)
23 void MiamiPanelRefreshName(LONG unit, UBYTE * name) (D0, A0)
24 LONG MiamiPanelGetVersion() ()
25 .skip 9
26 ULONG MiamiPanelKill() ()
27 ##end functionlist