15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
/*
|
|
* Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
* Copyright 2016 NXP
|
|
* All rights reserved.
|
|
*
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
import "test21.erpc"
|
|
|
|
interface ArithmeticService2 {
|
|
oneway hello5(int32 a);
|
|
}
|