mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-01 19:07:51 +00:00
15 lines
440 B
C
15 lines
440 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 FE_PARAM_H_
|
|
#define FE_PARAM_H_
|
|
|
|
// TODO: As of now no declarations are present here
|
|
|
|
#endif /* INC_DEVICES_FE_PARAM_H_ */
|