17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/******************************************************************************3*******************************************************************************4**5** Copyright (C) 2005 Red Hat, Inc. All rights reserved.6**7**8*******************************************************************************9******************************************************************************/10 11#ifndef __LVB_TABLE_DOT_H__12#define __LVB_TABLE_DOT_H__13 14extern const int dlm_lvb_operations[8][8];15 16#endif17