Commit 412a8245 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

pci_regs.h: import from linux



It seems to make sense to import pci_regs.h from linux:
why maintain our own?
As a first step, move the header to standard-headers,
and add it to the update script.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent f56fc2d3
Loading
Loading
Loading
Loading
+1 −719

File changed.

Preview size limit exceeded, changes collapsed.

+719 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ fi
cp_virtio() {
    from=$1
    to=$2
    virtio=$(find "$from" -name '*virtio*h' -o -name "input.h")
    virtio=$(find "$from" -name '*virtio*h' -o -name "input.h" -o -name "pci_regs.h")
    if [ "$virtio" ]; then
        rm -rf "$to"
        mkdir -p "$to"