forked from Imagelibrary/rtems
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSBSPsPowerPCQemu
|
||||
*
|
||||
* @brief Global BSP definitions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains some definitions specific to the
|
||||
* qemu powerpc Prep simulator
|
||||
@@ -15,6 +23,16 @@
|
||||
#ifndef LIBBSP_POWERPC_QEMUPPC_BSP_H
|
||||
#define LIBBSP_POWERPC_QEMUPPC_BSP_H
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSBSPsPowerPCQemu Qemu
|
||||
*
|
||||
* @ingroup RTEMSBSPsPowerPC
|
||||
*
|
||||
* @brief Qemu Board Support Package.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
#include <bspopts.h>
|
||||
@@ -44,4 +62,6 @@ void cmain(void);
|
||||
|
||||
#endif /* !ASM */
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user