1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* -*- mode: c; c-basic-offset: 8; -*-
3 * vim: noexpandtab sw=8 ts=8 sts=0:
7 * On-disk structures for ocfs2_heartbeat
9 * Copyright (C) 2002, 2004 Oracle. All rights reserved.
12 #ifndef _OCFS2_HEARTBEAT_H
13 #define _OCFS2_HEARTBEAT_H
15 struct o2hb_disk_heartbeat_block
{
24 #endif /* _OCFS2_HEARTBEAT_H */