cregit-Linux how code gets into the kernel

Release 4.16 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.h

/*
 * Copyright (c) 2016~2017 Hisilicon Limited.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

#ifndef __HCLGE_DCB_H__

#define __HCLGE_DCB_H__

#include "hclge_main.h"

#ifdef CONFIG_HNS3_DCB
void hclge_dcb_ops_set(struct hclge_dev *hdev);
#else

static inline void hclge_dcb_ops_set(struct hclge_dev *hdev) {}

Contributors

PersonTokensPropCommitsCommitProp
Lin Yun Sheng11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif /* __HCLGE_DCB_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Lin Yun Sheng40100.00%1100.00%
Total40100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.