Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions engines/bsg.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved
*
* For conditions of distribution and use, see the accompanying COPYING file.
*
*/
#include "bsg.h"

int fio_bsg_uring_cmd_read_capacity(struct thread_data *td, unsigned int *bs,
Expand Down
5 changes: 5 additions & 0 deletions engines/bsg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
* bsg structure declarations and helper functions for the
* io_uring_cmd engine.
*
* Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved
*
* For conditions of distribution and use, see the accompanying COPYING file.
*
*/

#ifndef FIO_BSG_H
Expand Down
Loading