/* SPDX-License-Identifier: GPL-2.0-only */1/******************************************************************************2*******************************************************************************3**4** Copyright (C) 2005 Red Hat, Inc. All rights reserved.5**6**7*******************************************************************************8******************************************************************************/910#ifndef __LVB_TABLE_DOT_H__11#define __LVB_TABLE_DOT_H__1213extern const int dlm_lvb_operations[8][8];1415#endif161718