Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.13 8 lines 129 B view raw
1#ifndef XONAR_DG_H_INCLUDED 2#define XONAR_DG_H_INCLUDED 3 4#include "oxygen.h" 5 6extern struct oxygen_model model_xonar_dg; 7 8#endif