mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 02:04:55 +00:00
This makes room for other non-EC related firmware files. Signed-off-by: David Hendricks <dhendricks@fb.com>
13 lines
402 B
C
13 lines
402 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 FAKE_THREADED_ISR_H_
|
|
#define FAKE_THREADED_ISR_H_
|
|
|
|
#endif /* FAKE_THREADED_ISR_H_ */
|