Files
OpenCellular/firmware/ec/test/fake/fake_ThreadedISR.h
David Hendricks c14b527ae5 firmware: Move EC files to a new ec/ subdirectory
This makes room for other non-EC related firmware files.

Signed-off-by: David Hendricks <dhendricks@fb.com>
2018-04-16 20:39:55 -07:00

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_ */