- Moved eb_BootFlags to IntExpansionBase because it overlapped
commit458c8017eac731f3485c297e8fe4557bc25e0de0
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 14 Feb 2014 02:25:32 +0000 (14 02:25 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 14 Feb 2014 02:25:32 +0000 (14 02:25 +0000)
tree4cd9a4eac523cf2f4f3c1ecdec886f60f1a43c6f
parente01b444dc1768b5258bee57c37b0ce5a02b7c956
 - Moved eb_BootFlags to IntExpansionBase because it overlapped
   eb_CurrentBinding.cb_ToolTypes. I considered moving it to eb_pad
   (a.k.a. eb_Private1), but that's only 8 bits and there are already 4
   boot flags! They are also private and AROS specific, so it makes more
   sense to keep them out of the public includes.
 - Boot flag definitions are now in dosboot_intern.h (alongside
   db_BootFlags) as Expansion doesn't use them.
 - Made public ExpansionBase definition more compatible with AOS.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48809 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/include/libraries/expansionbase.h
rom/dos/boot.c
rom/dos/cliinit.c
rom/dos/dos.conf
rom/dosboot/dosboot.conf
rom/dosboot/dosboot_init.c
rom/dosboot/dosboot_intern.h
rom/expansion/expansion.conf
rom/expansion/expansion_intern.h