blob: 6bd8054aaf8559a940b9d649ee46edb507291827 [file] [edit]
/*
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
import <BPMP.idl4>;
connector BPMPServerInit {
from Event with 0 threads;
to Event with 0 threads;
}
connector BPMPServerClientInit {
from Event with 0 threads;
to Event with 0 threads;
}