cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dlmconvert.h (466B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * dlmconvert.h
      4 *
      5 * Copyright (C) 2004 Oracle.  All rights reserved.
      6 */
      7
      8#ifndef DLMCONVERT_H
      9#define DLMCONVERT_H
     10
     11enum dlm_status dlmconvert_master(struct dlm_ctxt *dlm,
     12				  struct dlm_lock_resource *res,
     13				  struct dlm_lock *lock, int flags, int type);
     14enum dlm_status dlmconvert_remote(struct dlm_ctxt *dlm,
     15				  struct dlm_lock_resource *res,
     16				  struct dlm_lock *lock, int flags, int type);
     17
     18#endif