X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2Fwinnt%2Fwinnt-types.h;h=d83f0255524079af35ba39aaa092a45c6d4fc5a2;hb=2dc1bb8b7a53077fce8632aabe65b2ce8048a550;hp=95660e1550cf7878202a13c9fa3a5447ce06dee4;hpb=c8616363809a73b3d4b6c736e6b55a84d7f137b4;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/winnt/winnt-types.h b/libcfs/include/libcfs/winnt/winnt-types.h index 95660e1..d83f0255 100644 --- a/libcfs/include/libcfs/winnt/winnt-types.h +++ b/libcfs/include/libcfs/winnt/winnt-types.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -136,7 +134,7 @@ typedef __u32 sigset_t; typedef int64_t loff_t; typedef void * cfs_handle_t; -typedef uint64_t cycles_t; +typedef uint64_t cfs_cycles_t; #ifndef INVALID_HANDLE_VALUE #define INVALID_HANDLE_VALUE ((HANDLE)-1) @@ -156,8 +154,6 @@ typedef unsigned long ulong_ptr_t; typedef __u32 off_t; -typedef unsigned short kdev_t; - typedef __u32 pid_t; typedef __u32 tid_t;