~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/drv/infrastructure/rootvirt/devices.def

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Unless the list is empty, the last item shall be followed by a comma.
5
5
 */
6
6
 
7
 
/* Loopback network interface */
8
 
{
9
 
    .name = "lo",
10
 
    .match_id = "virtual&loopback"
11
 
},
12
 
 
13
7
#ifdef CONFIG_TEST_DRIVERS
14
8
 
15
9
{