blob: 3022f6a88f39b077a33049a5efefdd66fe6f89d2 [file]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
procedure Rotation {
include "MyType.h";
MyType_t rotate(in MyType_t a, out MyType_t b, inout MyType_t c);
};