[Bug 766] __RTEMS_APPLICATION__

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Nov 26 17:40:19 UTC 2012


https://www.rtems.org/bugzilla/show_bug.cgi?id=766

--- Comment #7 from Joel Sherrill <joel.sherrill at oarcorp.com> 2012-11-26 11:40:19 CST ---
It is a largely mechanical change and hopefully should be boring to implement.

One issue is how to propagate up types that the Classic API depends upon. There
is at least one API type whose size varies upon port settings. The rtems_id is
either 16 or 32 bits depending on the implementation. 

Also some of the helper macros are just renaming macros for private methods.

For the most part, you are moving XXX_Control and helper methods into a private
.h but there are exceptions. 

You could probably start by moving the .inl's to private/XXX.h or something,
move the XXX_Control definition and any non-public methods into that and be
largely done with it.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are watching all bug changes.



More information about the bugs mailing list