blob: e6a4584351cfd2c92d4c8db2738b9785624fccb1 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */
#ifndef TRANSPORT_H
#define TRANSPORT_H
struct mbox_context;
struct transport_ops {
int (*flush_events)(struct mbox_context *context);
};
#endif /* TRANSPORT_H */