Sign in
plan9port
/
plan9
/
c7a10afd388ab71a93d018269b1fecb0af8facbd
/
.
/
src
/
lib9
/
pin.c
blob: 3b15d3b8aa4fb259ed7e21e02f3eb4d4a9a77bdd [
file
]
#include
<u.h>
#include
<libc.h>
static
void
nop
(
void
)
{
}
void
(*
_pin
)(
void
)
=
nop
;
void
(*
_unpin
)(
void
)
=
nop
;