mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-26 17:57:16 +00:00
22 lines
633 B
C
22 lines
633 B
C
/**
|
|
* Copyright (c) 2017-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*/
|
|
#ifndef _TEST_OCMP_FE_H
|
|
#define _TEST_OCMP_FE_H
|
|
|
|
#include "common/inc/global/Framework.h"
|
|
#include "common/inc/ocmp_wrappers/ocmp_fe-param.h"
|
|
#include "inc/subsystem/rffe/rffe_ctrl.h"
|
|
#include <string.h>
|
|
#include <ti/sysbios/knl/Task.h>
|
|
#include "unity.h"
|
|
|
|
#define FE_DEFAULT_VALUE 0x00
|
|
#define FE_INVALID_PARAM 0xFF
|
|
#endif
|