This repository was archived by the owner on Mar 7, 2021. It is now read-only.
File tree 8 files changed +1
-8
lines changed
chrdev-region-allocation/src
8 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
language : rust
6
6
rust :
7
- - nightly-2019-09-11
7
+ - nightly-2019-09-25
8
8
cache :
9
9
- cargo : true
10
10
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use linux_kernel_module:: { self , cstr} ;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use linux_kernel_module:: { self , cstr} ;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
extern crate alloc;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use linux_kernel_module:: { self , println} ;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use core:: sync:: atomic:: { AtomicBool , Ordering } ;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use core:: sync:: atomic:: AtomicBool ;
5
4
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
- #![ feature( const_str_as_bytes) ]
3
2
4
3
use linux_kernel_module;
5
4
You can’t perform that action at this time.
0 commit comments