lkml.org 
[lkml]   [2008]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 52/56] microblaze_v2: pci headers
    Date
    From: Michal Simek <monstr@monstr.eu>


    Signed-off-by: Michal Simek <monstr@monstr.eu>
    ---
    include/asm-microblaze/pci-bridge.h | 17 +++++++++++++++++
    include/asm-microblaze/pci.h | 19 +++++++++++++++++++
    2 files changed, 36 insertions(+), 0 deletions(-)
    create mode 100644 include/asm-microblaze/pci-bridge.h
    create mode 100644 include/asm-microblaze/pci.h

    diff --git a/include/asm-microblaze/pci-bridge.h b/include/asm-microblaze/pci-bridge.h
    new file mode 100644
    index 0000000..3a74fd4
    --- /dev/null
    +++ b/include/asm-microblaze/pci-bridge.h
    @@ -0,0 +1,17 @@
    +/*
    + * include/asm-microblaze/pci-bridge.h
    + *
    + * This file is subject to the terms and conditions of the GNU General Public
    + * License. See the file "COPYING" in the main directory of this archive
    + * for more details.
    + *
    + * Copyright (C) 2008 Michal Simek <monstr@monstr.eu>
    + * Copyright (C) 2006 Atmark Techno, Inc.
    + */
    +
    +#ifndef _ASM_PCI_BRIDGE_H
    +#define _ASM_PCI_BRIDGE_H
    +
    +#include <linux/pci.h>
    +
    +#endif /* _ASM_PCI_BRIDGE_H */
    diff --git a/include/asm-microblaze/pci.h b/include/asm-microblaze/pci.h
    new file mode 100644
    index 0000000..89bec79
    --- /dev/null
    +++ b/include/asm-microblaze/pci.h
    @@ -0,0 +1,19 @@
    +/*
    + * include/asm-microblaze/pci.h
    + *
    + * This file is subject to the terms and conditions of the GNU General Public
    + * License. See the file "COPYING" in the main directory of this archive
    + * for more details.
    + *
    + * Copyright (C) 2008 Michal Simek <monstr@monstr.eu>
    + * Copyright (C) 2006 Atmark Techno, Inc.
    + */
    +
    +#ifndef _ASM_MICROBLAZE_PCI_H
    +#define _ASM_MICROBLAZE_PCI_H
    +
    +#ifdef __KERNEL__
    +#include <asm/io.h>
    +#endif
    +
    +#endif /* _ASM_MICROBLAZE_PCI_H */
    --
    1.5.4.GIT


    \
     
     \ /
      Last update: 2008-05-04 16:45    [W:4.509 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site