diff --git a/bochs/bochs.h b/bochs/bochs.h index 61cb7bf48..a2180c8d5 100644 --- a/bochs/bochs.h +++ b/bochs/bochs.h @@ -20,6 +20,12 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// bochs.h is the master header file for all C++ code. It includes all +// the system header files needed by bochs, and also includes all the bochs +// C++ header files. Because bochs.h and the files that it includes has +// structure and class definitions, it cannot be called from C code. +// #ifndef BX_BOCHS_H # define BX_BOCHS_H 1