index 1021ca5f0e994cc356a6700893b4ec86edd2ac10..d40cc76db8abe8be5997ca596dacd23b5e81ef88 100644 (file)
/*
- * Copyright (c) 2013, Texas Instruments Incorporated
+ * Copyright (c) 2013-2014, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
/*
* @file MultiProcQ.c
*
- * @brief Prototype Mapping of MultiProc to Socket ABI
- * (IPC 3).
+ * @brief MultiProc Linux implementation
*/
/* Standard IPC header */
#include <ti/ipc/MultiProc.h>
#include <_MultiProc.h>
-/* Socket Headers */
#include <sys/types.h>
#include <string.h>
#include <stdio.h>
#include <ladclient.h>
#include <_lad.h>
-static Bool verbose = FALSE;
+/* traces in this file are controlled via _MultiProc_verbose */
+Bool _MultiProc_verbose = FALSE;
+#define verbose _MultiProc_verbose
/* =============================================================================
* APIS
/* Function to get default configuration for the MultiProc module.
*
*/
-
-
Void MultiProc_getConfig (MultiProc_Config * cfg)
{
Int status;