Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
#include <linux/firewire-constants.h>
2
3
#include <stdio.h>
3
4
#include <stdlib.h>
4
5
5
6
#include "list.h"
6
7
#include "nosy-dump.h"
7
8
8
9
#define CSR_FCP_COMMAND 0xfffff0000b00ull
9
10
#define CSR_FCP_RESPONSE 0xfffff0000d00ull
10
11