https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 31df5cc8a2a334513ca4539e0ff94213af1bcb9b authored by Jason Self on 15 October 2008, 23:03:18 UTC
Linux-libre 2.6.27.1-gnu1
Tip revision: 31df5cc
user.h
/*
 * Copyright (C) 2006 Red Hat, Inc.  All rights reserved.
 *
 * This copyrighted material is made available to anyone wishing to use,
 * modify, copy, or redistribute it subject to the terms and conditions
 * of the GNU General Public License v.2.
 */

#ifndef __USER_DOT_H__
#define __USER_DOT_H__

void dlm_user_add_ast(struct dlm_lkb *lkb, int type);
int dlm_user_init(void);
void dlm_user_exit(void);

#endif
back to top