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