cregit-Linux how code gets into the kernel

Release 4.7 include/linux/m48t86.h

Directory: include/linux
/*
 * ST M48T86 / Dallas DS12887 RTC driver
 * Copyright (c) 2006 Tower Technologies
 *
 * Author: Alessandro Zummo <a.zummo@towertech.it>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/


struct m48t86_ops
{
	
void (*writebyte)(unsigned char value, unsigned long addr);
	
unsigned char (*readbyte)(unsigned long addr);
};

Overall Contributors

PersonTokensPropCommitsCommitProp
alessandro zummoalessandro zummo3193.94%150.00%
andrew mortonandrew morton26.06%150.00%
Total33100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}