kernel/eka/include/e32ldr_private.h
changeset 300 1d28c8722707
parent 293 0659d0e1a03c
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
   352 	static TInt WaitDllLock();
   352 	static TInt WaitDllLock();
   353 	static TInt ReleaseDllLock();
   353 	static TInt ReleaseDllLock();
   354 	static TInt LibraryAttach(TInt aHandle, TInt& aNumEps, TLinAddr* aEpList);
   354 	static TInt LibraryAttach(TInt aHandle, TInt& aNumEps, TLinAddr* aEpList);
   355 	static TInt LibraryAttached(TInt aHandle);
   355 	static TInt LibraryAttached(TInt aHandle);
   356 	static TInt StaticCallList(TInt& aNumEps, TLinAddr* aEpList);
   356 	static TInt StaticCallList(TInt& aNumEps, TLinAddr* aEpList);
       
   357 	static void StaticCallsDone();
   357 	static TInt LibraryDetach(TInt& aNumEps, TLinAddr* aEpList);
   358 	static TInt LibraryDetach(TInt& aNumEps, TLinAddr* aEpList);
   358 	static TInt LibraryDetached();
   359 	static TInt LibraryDetached();
   359 	};
   360 	};
   360 
   361 
   361 typedef TInt (*TSupervisorFunction)(TAny*);
   362 typedef TInt (*TSupervisorFunction)(TAny*);