Name

cyg_bundle_access_init — Common bundle context initialisation

Synopsis

#include <cyg/bundle/bundle_api.h>

cyg_bundle_context_t *cyg_bundle_access_init(const cyg_bundle_access_t *am, void *aminitctx);

Description

The application developer should only need to use this function if providing an alternative access method. This may be needed if none of the default access strategies provide the necessary support. e.g. image is held on a memory using a non-standard bus connection.

Return value

Pointer to object or NULL if unable to create context.