]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/dlm_plock.h
soc: renesas: r8a77970-sysc: Correct names of A2DP/A2CN power domains
[mirror_ubuntu-bionic-kernel.git] / include / linux / dlm_plock.h
CommitLineData
2402211a
DT
1/*
2 * Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
3 *
4 * This copyrighted material is made available to anyone wishing to use,
5 * modify, copy, or redistribute it subject to the terms and conditions
6 * of the GNU General Public License v.2.
7 */
2402211a
DT
8#ifndef __DLM_PLOCK_DOT_H__
9#define __DLM_PLOCK_DOT_H__
10
607ca46e 11#include <uapi/linux/dlm_plock.h>
2402211a 12
2402211a
DT
13int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
14 int cmd, struct file_lock *fl);
15int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
16 struct file_lock *fl);
17int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
18 struct file_lock *fl);
2402211a 19#endif