cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bit.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVBIOS_BIT_H__

#define __NVBIOS_BIT_H__

struct bit_entry {
	
u8  id;
	
u8  version;
	
u16 length;
	
u16 offset;
};

int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs4097.56%266.67%
Greg Kroah-Hartman12.44%133.33%
Total41100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.