Viewing: liblustreapi.h

/* SPDX-License-Identifier: GPL-2.0 */

/*
 * This file is part of Lustre, http://www.lustre.org/
 */

/*
 * NOTE: This file is DEPRECATED!  Please include lustreapi.h directly
 * instead of this file.  This file will be removed from a future version
 * of lustre!
 */

#ifndef _LIBLUSTREAPI_H_
#define _LIBLUSTREAPI_H_

#include <lustre/lustreapi.h>
#warning "Including liblustreapi.h is deprecated. Include lustreapi.h directly."

#endif