include/nuttx/nx/nxmu.h: Remove prototype of non-existent function.
This commit is contained in:
parent
1389d90a70
commit
e780ee3a08
@ -79,4 +79,3 @@
|
||||
#define NRF52_RNG_INT_EVENT_RDY (1<<0)
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_NRF52_CHIP_STM32_RNG_H */
|
||||
|
||||
|
@ -495,39 +495,6 @@ extern "C"
|
||||
|
||||
int nxmu_start(int display, int plane);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxfe_constructwindow
|
||||
*
|
||||
* Description:
|
||||
* This function is the same a nx_openwindow EXCEPT that the client provides
|
||||
* the window structure instance. nx_constructwindow will initialize the
|
||||
* the pre-allocated window structure for use by NX. This function is
|
||||
* provided in addition to nx_openwindow in order to support a kind of
|
||||
* inheritance: The caller's window structure may include extensions that
|
||||
* are not visible to NX.
|
||||
*
|
||||
* NOTE: wnd must have been allocated using kmm_malloc() (or related allocators)
|
||||
* Once provided to nxfe_constructwindow() that memory is owned and managed
|
||||
* by NX. On certain error conditions or when the window is closed, NX will
|
||||
* free the window.
|
||||
*
|
||||
* Input Parameters:
|
||||
* handle - The handle returned by nx_connect
|
||||
* wnd - The pre-allocated window structure.
|
||||
* cb - Callbacks used to process window events
|
||||
* arg - User provided value that will be returned with NX callbacks.
|
||||
*
|
||||
* Returned Value:
|
||||
* OK on success; ERROR on failure with errno set appropriately. In the
|
||||
* case of ERROR, NX will have deallocated the pre-allocated window.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nxfe_constructwindow(NXHANDLE handle,
|
||||
FAR struct nxbe_window_s *wnd,
|
||||
FAR const struct nx_callback_s *cb,
|
||||
FAR void *arg);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxmu_semtake
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user