Files
swateeshrivastava 6b937d7824 UT for ocmp_fe
2019-02-01 15:33:28 +05:30

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