diff options
Diffstat (limited to 'vio/docs')
-rw-r--r-- | vio/docs/CodingStyle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vio/docs/CodingStyle b/vio/docs/CodingStyle new file mode 100644 index 00000000000..7231b369d18 --- /dev/null +++ b/vio/docs/CodingStyle @@ -0,0 +1,8 @@ +Roughly the same as "Linux Kernel Coding Style", which is +included in file LinuxKernelCodingStyle. + +Some methods are meant to be used as set/get, for example, there +are: +virtual bool Vio::blocking(); +virtual int Vio::blocking(bool block); + |