/** * 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 #include #include "unity.h" #define FE_DEFAULT_VALUE 0x00 #define FE_INVALID_PARAM 0xFF #endif